Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 488 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 488 Bytes

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.