Skip to content

Commit 691e535

Browse files
committed
LogisticRegression changes as suggested UPDATE
1 parent 00b1d78 commit 691e535

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/src/pywy/dataquanta.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ def train_logistic_regression(
200200
labels: "DataQuanta[In]",
201201
fit_intercept: bool = True
202202
) -> "DataQuanta[Out]":
203-
from pywy.basic.model.ops import LogisticRegression
204-
205203
op = LogisticRegression()
206204
self._connect(op, 0)
207205
labels._connect(op, 1)

0 commit comments

Comments
 (0)