Machine Learning Models Predicting Wine Prices Rohan Dawar62
# Jovian Commit Essentials
# Please retain and execute this cell without modifying the contents for `jovian.commit` to work
!pip install jovian --upgrade -q
import jovian
jovian.set_project('machine-learning-models-predicting-wine-prices-rohan-dawar5')
jovian.set_colab_id('11Hs4QayNa5xAGpHNYLua_HaHM38KH93O')
|████████████████████████████████| 68 kB 2.7 MB/s eta 0:00:011
Building wheel for uuid (setup.py) ... done
Predicting Wine Prices with Machine Learning
- In this project, I will be building a Machine Learning model to predict the price of wine (bottle) based on this wine reviews kaggle dataset, which itself is scraped from WineEnthusiast
Author: Rohan Dawar
dawar.rohan1@gmail.com
Website
Github
Jovian
Outline
1. Downloading The Dataset, OpenDatasets
2. Data Cleaning
3. Creating Word Columns
4. Scaling
5. Mean Target Encoding
6. Identifying Inputs & Targets
7. Encoding
8. Data Analysis
9. Train Test Val Split
10. Baseline Models
11. Ridge Regression
12. Ridge Regression Log
13. Lasso Regression
14. Lasso Regression Log
15. Decision Tree Regression
16. Decision Tree Regression Log
17. Random Forest
18. Random Forest Log
19. Gradient Boosting
20. Gradient Boosting Log
21. K-Fold Cross Validation
22. Hyperparameter Tuning
23. Saving Performance Sheet, DataFrame & Models
24. Specific Model Predictions
25. Conclusion
26. Sources & References
27. Future Work
Rohan Dawar6 months ago