This is an open solution to the Santander Value Prediction Challenge 😃
We are building entirely open solution to this competition. Specifically:
- Learning from the process - updates about new ideas, code and experiments is the best way to learn data science. Our activity is especially useful for people who wants to enter the competition, but lack appropriate experience.
- Encourage more Kagglers to start working on this competition.
- Deliver open source solution with no strings attached. Code is available on our GitHub repository 💻. This solution should establish solid benchmark, as well as provide good base for your custom ideas and experiments. We care about clean code 😃
- We are opening our experiments as well: everybody can have live preview on our experiments, parameters, code, etc. Check: Santander-Value-Prediction-Challenge 📈.
Kaggle is our primary way of communication, however, we are also documenting our work on the Wiki pages 📗. Click on the tropical fish to get started 🐠, or check our best solution: the blowfish 🐡.
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 repository and install requirements (check requirements.txt)
- Register to the neptune.ml (if you wish to use it)
- Run experiment:
🔱
neptune run --config neptune_random_search.yaml main.py train_evaluate_predict --pipeline_name SOME_NAME
🐍
python main.py train_evaluate_predict --pipeline_name SOME_NAME
- Clone this repository
git clone https://github.com/minerva-ml/open-solution-value-prediction.git
- Install requirements in your Python3 environment
pip3 install requirements.txt
- Register to the neptune.ml (if you wish to use it)
- Update data directories in the neptune.yaml configuration file
- Run experiment:
🔱
neptune login
neptune run --config neptune_random_search.yaml main.py train_evaluate_predict --pipeline_name SOME_NAME
🐍
python main.py train_evaluate_predict --pipeline_name SOME_NAME
- collect submit from
experiment_directory
specified in the neptune.yaml
You are welcome to contribute your code and ideas to this open solution. To get started:
- Check competition project on GitHub to see what we are working on right now.
- Express your interest in paticular task by writing comment in this task, or by creating new one with your fresh idea.
- We will get back to you quickly in order to start working together.
- Check CONTRIBUTING for some more information.
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 supporting tools such as neptune.ml.
- Submit an issue directly in this repo.