https://github.com/woctezuma/classification-binaire
Modèles de classification binaire.
https://github.com/woctezuma/classification-binaire
binary-classification classification-algorithims discriminative generative regression-algorithms
Last synced: 3 months ago
JSON representation
Modèles de classification binaire.
- Host: GitHub
- URL: https://github.com/woctezuma/classification-binaire
- Owner: woctezuma
- License: mit
- Created: 2011-01-24T20:08:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T08:32:49.000Z (about 1 year ago)
- Last Synced: 2024-08-20T07:30:32.782Z (about 1 year ago)
- Topics: binary-classification, classification-algorithims, discriminative, generative, regression-algorithms
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Classification binaire
[![Build status][Build image]][Build]
[![Code coverage][Codecov image]][Codecov][Build]:
[Build image]:[PyUp]: https://pyup.io/repos/github/woctezuma/Classification-binaire/
[Dependency image]: https://pyup.io/repos/github/woctezuma/Classification-binaire/shield.svg
[Python3 image]: https://pyup.io/repos/github/woctezuma/Classification-binaire/python-3-shield.svg[Codecov]: https://codecov.io/gh/woctezuma/Classification-binaire
[Codecov image]: https://codecov.io/gh/woctezuma/Classification-binaire/branch/master/graph/badge.svg## Modèle discriminatif
1. [Régression linéaire](RegressionLineaire.py)
2. [Régression logistique](RegressionLogistique.py)## Modèle génératif
1. [Linear Discriminant Analysis](LDA.py)
2. [Quadratic Discriminant Analysis](QDA.py)