Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

minerva-ml/open-solution-data-science-bowl-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f76f2f Β· Jun 22, 2022
Jul 10, 2018
Jun 25, 2018
Jan 15, 2018
Jan 15, 2018
Jan 15, 2018
Jan 15, 2018
Oct 5, 2018
Jul 31, 2018
Jul 4, 2018
Jul 10, 2018
Jun 22, 2022

Repository files navigation

Data Science Bowl 2018: open solution

This is an open solution to the Data Science Bowl 2018 based on the topcoders winning solution from ods.ai.

More competitions πŸŽ‡

Check collection of public projects 🎁, where you can find multiple Kaggle competitions with code, experiments and outputs.

Disclaimer

In this open source solution you will find references to the neptune.ml. It is free platform for community Users, which we use daily to keep track of our experiments. Please note that using neptune.ml is not necessary to proceed with this solution. You may run it as plain Python script πŸ˜‰.

Installation

Check Installation page on our Wiki, for detailed instructions.

  1. get repository, install PyTorch then remaining requirements
  2. register to Neptune
  3. run experiment:
$ 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
  1. collect submit from /output/dsb/experiments/submission.csv directory.

User support

There are several ways to seek help:

  1. Kaggle discussion is our primary way of communication.
  2. Read project's Wiki, where we publish descriptions about the code, pipelines and neptune.
  3. You can submit an issue directly in this repo.

Contributing

Check CONTRIBUTING for more information.