Here, you can see some notes about Machine Learning course by Analytics Vidhya. Hope you find useful.
You will be going through:
- Data Structure
- List []
- Tuples ()
- Sets and Dictionaries {}
- String Manipulation
- Functions
- Modules, Packages and Standard Libraries
- Reading Data in Python
- Preprocessing, Subsetting and Modifying pandas DataFrame
- Machine Learning Lifecycle
- Importance of Stats and Exploratory Data Analysis (EDA)
- Build your First Predictive Model
- Evaluation Metrics
- Processing data
- Build Your Fisrt ML Model
- Selecting the Rigth Model
- Linear Models
- Decision Tree
- Feature Engineering
Some models you will learn in this course notes:
- KNN
- Linear Regression
- Logistic Regression
- Decision Tree
Most libraries used in this course:
- Numpy
- Pandas
- Matplotlib
- Scikit-Learn
- Seaborn
- Featuretools