Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shahardekel/logistic-regression-classifier
- Owner: shahardekel
- Created: 2020-08-12T11:11:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T11:16:05.000Z (about 4 years ago)
- Last Synced: 2023-09-04T14:50:31.768Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logistic-Regression-classifier
use Logistic Regression classifier in order to generate a multi-class classifierwe 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.