https://github.com/szymonrucinski/ml-challenge
https://github.com/szymonrucinski/ml-challenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/szymonrucinski/ml-challenge
- Owner: szymonrucinski
- Created: 2021-08-20T12:57:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T12:58:15.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T21:22:22.037Z (5 months ago)
- Language: Jupyter Notebook
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
The challenge consists of exploring the content of the data with visualizations and descriptive statistics (univariate / multivariate)
setting up a predictive model i.e :- partition your data via train test split
- either learn to predict price (regression task) or learn to predict brand (classification task)
- evaluate your models’ performance comparing your favorite algorithms