We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691e535 commit 160d04eCopy full SHA for 160d04e
1 file changed
python/src/pywy/basic/model/models.py
@@ -32,5 +32,4 @@ class LogisticRegression(Op):
32
def __init__(self, name=None):
33
super().__init__(Op.DType.FLOAT32, name)
34
35
- def inputs_required(self):
36
- return 2
+
0 commit comments