Machine Learning A
Machine Learning A
Data Preprocessing
Regression
Simple Linear Regression
Multiple Linear Regression
Polynomial Regression
Support Vector Regression (SVR)
Decision Tree Regression
MRandom Forest Regression
Evaluating Regression Models Performance
Detail Content:
1. Data Preprocessing
Overview of Data Preprocessing
Get the dataset
Importing the Libraries
Importing the Dataset
Missing Data
Categorical Data
Splitting the Dataset into the Training set and Test set
Feature Scaling
How to Set Up Working Directory
2. Regression
3. Simple Linear Regression
How to get the dataset
Dataset + Business Problem Description
Simple Linear Regression Intuition
Simple Linear Regression in Python
Simple Linear Regression in R
5. Polynomial Regression
Polynomial Regression Intuition
How to get the dataset
Polynomial Regression in Python
Python Regression Template
Polynomial Regression in R
R Regression Template