This is an open solution to the TalkingData Challenge.
Check collection of public projects 🎁, where you can find multiple Kaggle competitions with code, experiments and outputs.
Deliver open source, 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.
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 😉.
- clone this repository:
git clone https://github.com/neptune-ml/open-solution-talking-data.git
- install requirements
- register to Neptune (if you wish to use it)
- run experiment:
$ neptune login
$ neptune experiment send --config neptune.yaml --worker gcp-large --environment base-cpu-py3 main.py train_evaluate_predict --pipeline_name solution_1
collect submit from /output/solution-1
directory.
- clone this repository:
git clone https://github.com/neptune-ml/open-solution-talking-data.git
- install PyTorch and
torchvision
- install requirements:
pip3 install -r requirements.txt
- register to Neptune (if you wish to use it)
- open Neptune and create new project called:
talking-data
with project key:TDAT
- run experiment:
$ neptune login
$ neptune experiment send --config neptune.yaml --worker gcp-large --environment base-cpu-py3 main.py train_evaluate_predict --pipeline_name solution_1
collect submit from /output/solution-1
directory.
There are several ways to seek help:
- Kaggle discussion is our primary way of communication.
- You can submit an issue directly in this repo.
- Check CONTRIBUTING for more information.
- Check issues and project to check if there is something you would like to contribute to.