Metadata-Version: 2.1
Name: neulab
Version: 0.0.30
Summary: Tool for data preprocess in ML.
Home-page: https://github.com/kndahl/neulab
Author: Roman Fitzjalen
Author-email: romaactor@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: networkx
Requires-Dist: matplotlib

# neulab
Tool for data preprocess in ML.

[![Downloads](https://pepy.tech/badge/neulab)](https://pepy.tech/project/neulab)
# Installation
```
pip install neulab
```
# Description
The library contains several blocks: data analysis, data recovery methods, data normalization, outlier detection, clustering. A detailed description and instructions can be found on Github: https://github.com/kndahl/neulab
