You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MRG+2] logit -> logistic in plot_logistic.py and minor visual improvements to the plot. (scikit-learn#7730)
* Small correction of logit->logistic
The function `1 / (1 + np.exp(-x))` is the logistic function.
The logit function is the inverse of the logistic function : `log(x/(1-x))`
* Add axes ticks, legend and colors to the plot
* Fix flake8 errors
* Rename legend labels as per review
* Fix pep8 error
0 commit comments