#RAMP starting kit on the air passengers dataset
To run a submission and the notebook you will need the dependencies listed
in requirements.txt
. You can install the dependencies with the
following command-line:
source setup_env.rc
If you are using conda
, you can install the environment using the environment.yml
file found in the config folder for similar
usage.
Get started on this RAMP with the dedicated notebook.
The submissions need to be located in the submissions
folder. For instance
for my_submission
, it should be located in submissions/my_submission
.
To run a specific submission, you can use the ramp-test
command line:
ramp-test --submission my_submission
You can get more information regarding this command line:
ramp-test --help
You can find more information regarding ramp-workflow
in the
dedicated documentation