Skip to content

Repository related to the Multilabel Python machine learning library.

License

Notifications You must be signed in to change notification settings

owos/Multilabeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multilabeler

This is a package that takes in X and y as training data and predicts two outputs as y1 and y2 for any given test data. This package removes the limitation of just have one target feature in machine learning.

Contributing

Contributions are always welcome!

The package needs to be extend to predict non-categorical variables.

Please adhere to this project's code of conduct.

Installation

To install this package run

  pip install multilabeler

Feedback

If you have any feedback, please reach out to me at [email protected]

License

MIT

Usage/Examples

Notebook

  from multilabeler import BilableClassifier
  model = BilableClassifier(xgboost())

About

Repository related to the Multilabel Python machine learning library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published