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

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.

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)