Question d’entretien chez BNP Paribas

How do you train a logistic regression ?

Réponse à la question d'entretien

Utilisateur anonyme

11 mai 2018

Training a model is minimizing the cost function. To train a logistic regression model, we often define the cross entropy loss (negative sum of log likelihood) as cost function, and to minimize it, we use (mini-batch stochastic) gradient descent.