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.
- Host: GitHub
- URL: https://github.com/omadson/vds
- Owner: omadson
- License: mit
- Created: 2021-03-25T14:15:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T15:37:02.000Z (over 3 years ago)
- Last Synced: 2025-03-24T11:07:41.620Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 2.48 MB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.