An open API service indexing awesome lists of open source software.

https://github.com/omadson/vds

Vanilla Data Science Models.
https://github.com/omadson/vds

Last synced: about 2 months ago
JSON representation

Vanilla Data Science Models.

Awesome Lists containing this project

README

        

# VDS
Vanilla Data Science Models.

## Getting Started

Clone the repo:

```sh
git clone https://github.com/omadson/vds.git && cd vds
```

Install dependencies using **python 3.8+** (recommend using a virtualenv):

```sh
pip install -r requirements.txt
```

If you are using [poetry](https://github.com/python-poetry/poetry) just use:

```sh
poetry install
```

### Start notebooks
To see the examples, run this command:

```sh
jupyter lab
```

or `poetry run jupyter lab` using Poetry.