Skip to main content

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 hashes)

Uploaded Source

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