Gives solution of Hackerearth ML Challenge Exhibit A(rt)
You work for a company that sells sculptures that are acquired from various artists around the world. Your task is to predict the cost required to ship these sculptures to customers based on the information provided in the dataset.
The dataset folder contains the following files:
- train.csv: 6500 x 20
- test.csv: 3500 x 19
- sample_submission.csv: 5 x 2 The columns provided in the dataset are as follows:
- Random Forest Regressor worked better than other regression algorithms like linear regression,logistic regression
- Random Forest Regressor without hyperparameter tuning resulted in score of 65
- For improvement of results hyperparameter tuning was done which resulted in score of 89.99
Final improved model resulted in the rank of 139 on the leaderboard
Competition Link