Automated binary classification
Project description
Basic binary classification supervised auto-ml library
This lib is intended to automate supervised binary classification
Usage is as simple as
from automl_pn.binary_classifier import BinaryClassifier
cls = BinaryClassifier()
cls.fit(X_train, y_train)
pred = cls.predict(X_test)
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
automl_pn-0.1.3.tar.gz
(6.6 kB
view details)
File details
Details for the file automl_pn-0.1.3.tar.gz
.
File metadata
- Download URL: automl_pn-0.1.3.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.1.post20201107 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 359c39164ab2d05f440df7976871c5eef43593a2e3200176e362fc09bb276ab6 |
|
MD5 | 536b146a9818f9ee0d8a70a98fd98ac4 |
|
BLAKE2b-256 | b20482e05214ad38a38c3eced606bc8718e98da250da574d5127df2da315badd |