Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahardekel/logistic-regression-classifier

use Logistic Regression classifier in order to generate a multi-class classifier
https://github.com/shahardekel/logistic-regression-classifier

Last synced: about 17 hours ago
JSON representation

use Logistic Regression classifier in order to generate a multi-class classifier

Awesome Lists containing this project

README

        

# Logistic-Regression-classifier
use Logistic Regression classifier in order to generate a multi-class classifier

we will use the sklearn's Iris dataset from which contains 150 observations of 3 Iris species. We will use Logistic Regression classifier in order to generate a multi-class classifier of type one-versus-rest.