Ejemplo 1: importar regresión logística
sklearn.linear_model.LogisticRegression
Ejemplo 2: algoritmo de regresión logística en python
# import the metrics class
from sklearn import metrics
cnf_matrix = metrics.confusion_matrix(y_test, y_pred)
cnf_matrix
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)