/kp_prototype

Primary LanguageJupyter Notebook

PK modelling quick prototype

please do not use in production as it contains -very bad-, repetitive and non-pythonic code

creates Conda environemnt kp_model_env from which all code in Jupyter can be executed

run

git clone https://github.com/RhDm/kp_prototype.git
cd kp_prototype
conda env create -f environment.yml
conda activate kp_model_env
jupyter lab

open model_prototype.ipynb in Jupyter and run the code

please ignore sklearn's warnings


delete environment afterwards if not needed:

conda remove --name kp_model_env --all