Linear Regression, Nonlinear Regression (RandomForestRegressor)
A.
- The .ipynb file contains the linear regression, OLS, and RandomForest Regressor model built on sales data. These models uses 5 independent variables to train themselves.
- Used data was quite good (Data Integrity). Due to which i didn't perform too many operations to get data cleaned/sorted for model feeding.
- Explored Techniques in notebook - Feature Encoding, Feature Selection, Standard Scaling, Pearson Correlation, Train and Test Split, Handling Outliers and Removing them.
B. Car-Price-Prediction
- predicting car price based on analysis of historical car data
C. USA housing price prediction