Vanilla Data Science Models.
Clone the repo:
git clone https://github.com/omadson/vds.git && cd vdsInstall dependencies using python 3.8+ (recommend using a virtualenv):
pip install -r requirements.txtIf you are using poetry just use:
poetry installTo see the examples, run this command:
jupyter labor poetry run jupyter lab using Poetry.