/sds_challenges

SDS Club's Monthly Challenges 📊

Primary LanguageJupyter Notebook

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)

Challenge #3 - Job Postings

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

SDS Challenge #4 - Hostel Listings

    ├── challenge.ipynb (challenge)
    ├── data
        ├── pred_listings.csv (dataset to predict on)
        └── public_listings.csv (dataset to train and test)