Skip to content

Commit

Permalink
Update decision_tree_logreg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 1, 2020
1 parent c776e5e commit 022dfb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlinsights/mlmodel/decision_tree_logreg.py
Expand Up @@ -2,7 +2,6 @@
@file
@brief Builds a tree of logistic regressions.
"""
import inspect
import numpy
from sklearn.linear_model import LogisticRegression
from sklearn.base import BaseEstimator, ClassifierMixin, clone
Expand Down

0 comments on commit 022dfb7

Please sign in to comment.