Skip to content

omadson/vds

Repository files navigation

VDS

Vanilla Data Science Models.

Getting Started

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

Start notebooks

To see the examples, run this command:

jupyter lab

or poetry run jupyter lab using Poetry.