Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 680 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 680 Bytes

SDS Club's Monthly Challenges 📊

Learn through continuous learning experiences with an on-going experience. Challenges will bring your Data Science skills to the next level.

Challenge #1 - Flight Cancellations

    ├── challenge.ipynb (challenge problem)
    ├── data
        ├── pred_flights.csv (dataset to predict on)
        └── public_flights.csv (dataset to train and test)

Challenge #2 - Used Cars Prices

    ├── challenge.ipynb (challenge problem)
    ├── data
        ├── pred_cars.csv (dataset to predict on)
        └── public_cars.csv (dataset to train and test)