Spaces:
Running
Running
Commit
·
f0990f4
1
Parent(s):
b8821cb
v1.1 release debug
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ def test_fitting(dataframe, Exo, trainY):
|
|
142 |
d=None, D=1, trace=True,
|
143 |
error_action='ignore',
|
144 |
suppress_warnings=True,
|
145 |
-
stepwise=True, maxiter =
|
146 |
model = trainTestModel
|
147 |
return model
|
148 |
|
|
|
142 |
d=None, D=1, trace=True,
|
143 |
error_action='ignore',
|
144 |
suppress_warnings=True,
|
145 |
+
stepwise=True, maxiter = 100)
|
146 |
model = trainTestModel
|
147 |
return model
|
148 |
|