Skip to main content

No project description provided

Project description

Project Scope

This Module help to select the base model over various ML Algorithms for our classification

Installation

pip3 install maxiverse (or) pip3 install maxiverse_(version)

Usage

>>> from maxiverse.classifier.evaluator import EvalModel
>>> 
>>> EvalModel._has_classifier()
# ['logreg', 'svm', 'dtree', 'rnf', 'nvbys', 'adabst', 'knn', 'xgbst']
>>> 
>>> 
>>> EvalModel(X_train, Y_train, 10)._perform_validate(['knn'])
         KNearestClassifier	Best Score
Accuracy	0.978644	    KNearest Classifier
Precision	0.992221	    KNearest Classifier
Recall	    0.964826	    KNearest Classifier
F1 Score	0.978320	    KNearest Classifier
>>> 
>>> EvalModel(X_train, Y_train, 20)._perform_validate(['knn', 'rnf'])
         KNearestClassifier	Random Forest Best Score
Accuracy	0.978644	      0.983600    RandomForest
Precision	0.992221	      0.994982    RandomForest
Recall	    0.964826	      0.972086    RandomForest
F1 Score	0.978320	      0.983391    RandomForest

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

maxiverse-0.0.5.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

maxiverse-0.0.5-py3-none-any.whl (4.7 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