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