Skip to content

mbickel/scoring-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

scoring-tool

Simple scoring class for python.

Requirements

numpy sklearn

Example

>>> labels = ... # some labels
>>> prediction = clf.predict(data)  # some classifier
>>> scores = ScoringDict(labels=labels.flatten(), predictions=prediction.flatten())

...

>>> print ScoringDict.header()
>>> print scores

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%