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
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file maxiverse-0.0.5.tar.gz.
File metadata
- Download URL: maxiverse-0.0.5.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a36aa86e6213aa0a82f68e68c4c319100c3fbf1676b0b15276af3c0283a66446
|
|
| MD5 |
4bfc6f43244d8b848d60b035bd795746
|
|
| BLAKE2b-256 |
732db6c947d096027e4d6f9ac108240554fdb88219e4376b98b9dda6528976dd
|
File details
Details for the file maxiverse-0.0.5-py3-none-any.whl.
File metadata
- Download URL: maxiverse-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
215e2f6f98be8139a0bf82563e29fa167c3b64b3c386e10213f2e556abde7c4b
|
|
| MD5 |
993f86c224231e13f55d912a7ef2a295
|
|
| BLAKE2b-256 |
5edb4089c205a42d0b46f4b2970c27ee3411db647747dd7b4d9779f58bab00bd
|