This is a package that houses the functions which can produce accuracy results for each algorithm in the categories of Clustering,Regression & Classification based on passing the arguments - independent and dependent variables/features
Project description
umaat-Ultimate Machine-learning Algorithm Accuracy Test
This is a package that houses the functions which can produce accuracy results for each algorithm listed under the categories of Clustering, Regression & Classification based on passing the arguments - independent and dependent variables/features from a given dataset, based on which the user can choose the best category and algorithm suitable for their dataset and then implement the machine learning model with the same
Development Status:
Under Development (Early release)
Developed by:
Installation:
Use the package manager pip to install umaat
For installation of latest package
pip install umaat
For installation of a particular version of package
pip install umaat == version number of package
To import umaat:
import umaat
To use a particular function in umaat:
from umaat import model_accuracy
ma=model_accuracy()
ma.accuracy_test(X,y)
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
File details
Details for the file umaat-1.0.5.tar.gz
.
File metadata
- Download URL: umaat-1.0.5.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49ca35e2dfe9a1af63eeb47b18ad57d68a91a3a41bcb318e24eb03b109368791 |
|
MD5 | e35f13cc21807c24bfe2a23c3fac07d4 |
|
BLAKE2b-256 | a123fdbf7cdf4cd306f155a26fd94908f490d4e44ef2cda3710ee5c4a1b43d1d |