An open API service indexing awesome lists of open source software.

https://github.com/szymonrucinski/ml-challenge


https://github.com/szymonrucinski/ml-challenge

Last synced: 3 months ago
JSON representation

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