Skip to content

CTPAHH1K/auto-binary-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic binary classification supervised auto-ml library

This lib is intended to automate supervised binary classification

install with

pip install automl-pn==0.1.3

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published