Ali c8c98631a4 Fixed file size | преди 2 години | |
---|---|---|
bop_scripts | преди 2 години | |
config | преди 2 години | |
database_constitution | преди 2 години | |
img | преди 2 години | |
old | преди 2 години | |
submissions | преди 2 години | |
.gitignore | преди 2 години | |
README.md | преди 2 години | |
biologyOrderPrediction_starting_kit.html | преди 2 години | |
biologyOrderPrediction_starting_kit.ipynb | преди 2 години | |
biologyOrderPrediction_starting_kit_no_input.html | преди 2 години | |
download_data.py | преди 2 години | |
getting_started.ipynb | преди 2 години | |
problem.py | преди 2 години | |
requirements.txt | преди 2 години |
Authors : Lévi-dan Azoulay, Shana Zirah, Jonas Benhammou, Gaspard André, Nathane Berrebi and Ali Bellamine
This project has beeen realised in the Data Science Master of the Paris Polytechnique institute (M2DS) for the Datacamp class.
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Because we cannot publicly release the data, you need to provide a download token to get them.
python3 download_data.py [download_token]
You can open the getting started notebook to have a first insight of the provided data.
We provided a more exhaustive data analysis and a proposition of algorithm in the starting kit notebook.
Two classifier are provided :
You can run with the ramp-test
command :
ramp-test --submission dummy # Running dummy classifier
ramp-test --submission starting_kit # Running starting kit classifier