LogisticRegression ================== .. currentmodule:: skfda.ml.classification .. autoclass:: LogisticRegression .. rubric:: Methods .. autosummary:: ~LogisticRegression.fit ~LogisticRegression.get_metadata_routing ~LogisticRegression.get_params ~LogisticRegression.predict ~LogisticRegression.predict_log_proba ~LogisticRegression.predict_proba ~LogisticRegression.score ~LogisticRegression.set_params ~LogisticRegression.set_score_request .. automethod:: fit .. automethod:: get_metadata_routing .. automethod:: get_params .. automethod:: predict .. automethod:: predict_log_proba .. automethod:: predict_proba .. automethod:: score .. automethod:: set_params .. automethod:: set_score_request .. include:: /backreferences/skfda.ml.classification.LogisticRegression.examples