Skip to content

run a multitude of classifiers on you data and get an AUC report

License

Notifications You must be signed in to change notification settings

ismav/polyssifier-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build: passing Coverage Status

polyssifier

Run a multitude of classifiers on your data and get an AUC report

Example:

https://github.com/alvarouc/polyssifier/blob/master/sample/example.ipynb

The class Poly includes several classifiers:

You can exclude some of this classfiers by provind a list of names as follows:

from polyssifier import Poly

pol = Poly(data,label, n_folds=5, exclude=['Multilayer Perceptron'], verbose =1)

scores= pol.run()

About

run a multitude of classifiers on you data and get an AUC report

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.9%
  • Python 2.1%