Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 361 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 361 Bytes

TMDB

Analysis on TMDB Dataset. This is to analyse the revenue generated by movies based on lot of attributes like genre,budget etc. Firstly I've tried to use Linear Regression to solve this problem.Since the training accuracy is less , I've tried to use KNN regressor and finally Random Forest Regressor. Random Forest generates best train and test accuracy.