Metadata-Version: 1.0
Name: scikit-blocks
Version: 0.0.1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: # 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 .
        ```
        
Platform: UNKNOWN
