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

https://github.com/mebjas/df2hc

Python tool-set to create hierarchical classifiers from dataframe
https://github.com/mebjas/df2hc

dataframe hierarchical-classification sklearn

Last synced: 2 months ago
JSON representation

Python tool-set to create hierarchical classifiers from dataframe

Awesome Lists containing this project

README

        

# df2hc
### DataFrame To Hierarchical Classifiers

#### Classifier = function (DataFrame, Configuration)
**DataFrame** - Pandas dataframe
**Configuration** - Config with information about Heirarchy, thresholds

#### Additional Utilities
- `Channel` - create data channels for reusing across the flow

- `VectorizerHub` - Train, Persist, Load named vectorizers to be used across the flow both during training and in live production environments
- `Ensemble` - Train, Persist, Load ensembles using `ChannelHub` and `VectorizerHub`
- `OneVsRestClassifier` - for multi class classification easily create OVR on top of Ensembles