dupe-codes / kaggle-competitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is where I compete in Kaggle competitions :]

Environment setup

This repo follows a conda + poetry environment setup following the rough mold of this StackOverflow question's top answer.

To create a new conda environment

conda env create -n {name} -f {environment-osx.yaml | environment-linux.yaml}
conda activate {name}
poetry install

To update an existing environment conda or poetry dependency changes

mamba env update -f {environment-osx.yal | environment-linux.yaml} --prune
poetry update

About


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%Language:Makefile 0.0%