Hi !
Here, you can find how I finish 20th (Score 28,01404%) of the Data Science Challenge "Best French Data Scientist"
The goal of this challenge is the prediction of drug box prices.
First I make a lot of feature engineering.
I purpose you to dive into my codes, it will be better than a lengthy speech :-)
I train 2 models:
- The first model is an ExtraTreeRegressor
- The second is a GradientBoostingRegressor
Then i make the average of my 2 results
====