Skip to main content

An ML enhancement package to improve outcomes

Project description

enhanceml

enhanceml (Enhance Machine Learning model) is a Python library to enhance the prediction of model using various statistical technique. This contains various sub-models which can be fitted over data to predict outcome.

  • PBOB (Probability based Best Out of Best outcome): This method is used to enhance the prediction based on probability.

Installation

Use the package manager pip to install enhanceml.

pip install enhanceml

or

https://github.com/sumitc29/enhanceml.git

Usage

from enhanceml import enhancer

knn=KNeighborsClassifier()
gnb=GaussianNB()

pbob_model=enhancer.PBOB(knn,gnb)

pbob_model.fit(x_train,y_train)
predictions=pbob_model.predict(x_test)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

enhanceml-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

enhanceml-0.0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page