Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 410 Bytes

File metadata and controls

8 lines (6 loc) · 410 Bytes

Description

  1. Predicted the movie rating with linear regression, random forest regressor and XGB regressor and analyzed the prediction accuracy.
  2. Performed data analysis, visualization, feature extraction, cleaning (missing value), preprocessing (feature transformation (one hot encoding))

Languages : Python

IDE : Anaconda

Libraries : NumPy, Pandas, OS,sklearn, xgboost, seaborn, statsmodels