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 172d1ea commit f71b34cCopy full SHA for f71b34c
tests/test_examples.py
@@ -182,9 +182,9 @@ def test_svm_batch(self):
182
('decision_forest_classification_hist_batch',
183
None, lambda r: r[1].prediction, (2021, 'P', 200)),
184
('decision_forest_regression_default_dense_batch',
185
- 'decision_forest_regression_batch.csv', lambda r: r[1].prediction, (2021, 'P', 400)),
+ 'decision_forest_regression_batch.csv', lambda r: r[1].prediction, (2021, 'P', 600)),
186
('decision_forest_regression_hist_batch',
187
188
('decision_tree_classification_batch', 'decision_tree_classification_batch.csv',
189
lambda r: r[1].prediction),
190
('decision_tree_regression_batch', 'decision_tree_regression_batch.csv',
0 commit comments