Metadata-Version: 2.1
Name: scikit-blocks
Version: 0.0.1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: numpy (>=1.15.4)
Requires-Dist: scipy (>=1.2.0)
Requires-Dist: scikit-learn (>=0.20.2)
Requires-Dist: pandas (>=0.23.4)
Requires-Dist: matplotlib (>=3.0.2)
Requires-Dist: torch (>=1.0.0)
Requires-Dist: plotnine (>=0.5.1)
Requires-Dist: pytest (==4.0.2)
Requires-Dist: jupyter (==1.0.0)
Requires-Dist: jupyterlab (==0.35.4)

# scikit-blocks

## project structure 

```
│
├── notebooks/          <- Jupyter notebooks. Naming convention is a short `-` delimited 
│                          description, a number (for ordering), and the creator's initials,
│                          e.g. `initial-data-exploration-01-hg`.
├── tests/              <- Unit tests.
├── skblocks/           <- Python module with source code of this project.
├── Makefile            <- Makefile with commands like `make environment`
└── README.md           <- The top-level README for developers using this project.
```

## installation 

Install `scikit-blocks` in the virtual environment via:

```bash
$ pip install --editable .
```


