Skip to content

alexgawrilow/kaggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Get up and running

  • Choose a competition from this repository to work on
  • in the following text replace <competition> by the chosen competition

Clone the repository for the competition

git clone [email protected]:alexgawrilow/kaggle.git

Install the requirements using poetry

  • Make sure poetry is installed on your system
cd kaggle/<competition>
poetry install

Create a jupyter kernel for the competition

source .venv/bin/activate
ipython kernel install --user --name=<competition>
jupyter notebook

When creating a new jupyter notebook, choose the created kernel

Download challenge data

Submit sollution

About

Repository for my kaggle challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published