This is an open solution to the Data Science Bowl 2018.
- Deliver open, ready-to-use and extendable solution to this competition. This solution should - by itself - establish solid benchmark, as well as provide good base for your custom ideas and experiments.
- Encourage more Kagglers to start working on the Data Science Bowl, test their ideas and learn advanced data science.
Check Installation page on our Wiki, for instructions.
$ neptune login
$ neptune send main.py --worker gcp-gpu-large --environment pytorch-0.2.0-gpu-py3 -- train_evaluate_predict_pipeline --pipeline_name unet_multitask
- collect submit from
/output/dsb/experiments/submission.csv
directory.
There are several ways to seek help:
- Kaggle discussion is our primary way of communication.
- Read project's Wiki, where we publish descriptions about the code, pipelines and neptune.
- You can submit an issue directly in this repo.
Check CONTRIBUTING for more information.