.. _example_linear_model_plot_logistic.py: ========================================================= Logit function ========================================================= Show in the plot is how the logistic regression would, in this synthetic dataset, classify values as either 0 or 1, i.e. class one or two, using the logit-curve. **Python source code:** :download:`plot_logistic.py ` .. literalinclude:: plot_logistic.py :lines: 15-