Skip to content

A model implementing a solution to the binary classification problem along with several accuracy metrics.

Notifications You must be signed in to change notification settings

radoslawregula/binary-classification-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Binary classification metrics preview

The notebook constists of an implementation of the stochastic gradient descent classifier for the problem based on a data set owned by Volker Lohweg (University of Applied Sciences, Ostwestfalen-Lippe) and available under this link.

The task is to distinguish real and forged banknotes based on certain features of their images. Trained model was tested using metrics described in Chapter 3 of Aurelien Geron, 'Hands - On Machine Learing with Scikit-Learn and TensorFlow', Helion SA, 2018.

scikit-learn library's implementations of machine learning methods and metrics were used. Matplotlib library was used for plotting and visualization.

Releases

No releases published

Packages

No packages published