omadson / vds

Vanilla Data Science Models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Vanilla Data Science Models.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%