Code Monkey home page Code Monkey logo

bike_counters's Introduction

Starting kit on the bike counters dataset

Read the instruction from the Kaggle challenge.

Download the data

Download the data from Kaggle and put the files into the data folder.

Note that your goal is to train your model on train.parquet (and eventual external datasets) and then make predictions on final_test.parquet.

Install the local environment

To run the notebook locally you will need the dependencies listed in requirements.txt.

It is recommended to create a new virtual environement for this project. For instance, with conda,

conda create -n bikes-count python=3.10
conda activate bikes-count

You can install the dependencies with the following command-line:

pip install -r requirements.txt -U

The starter notebook

Get started on this challenge with the bike_counters_starting_kit.ipynb notebook. This notebook is just a helper to show you different methods and ideas useful for your exploratory notebooks and your submission script.

Launch the notebook using:

jupyter lab bike_counters_starting_kit.ipynb

Submissions

Upload your script file .py to Kaggle using the Kaggle interface directly. The platform will then execute your code to generate your submission csv file, and compute your score.

Note that your submission .csv file must have the columns "Id" and "bike_log_count", and be of the same length as final_test.parquet.

bike_counters's People

Contributors

rth avatar vincent-maladiere avatar agramfort avatar glemaitre avatar jjerphan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.