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: 5 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T11:16:05.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T20:15:45.950Z (6 months 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.