Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 857 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 857 Bytes

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())