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 8ccfc2a commit 39b2e38Copy full SHA for 39b2e38
1 file changed
tests/test_flows/test_sklearn.py
@@ -60,7 +60,7 @@ def test_serialize_model(self, check_dependencies_mock):
60
max_leaf_nodes=2000)
61
62
fixture_name = 'sklearn.tree.tree.DecisionTreeClassifier'
63
- fixture_description = 'Automatically created sub-component.'
+ fixture_description = 'Automatically created scikit-learn flow.'
64
version_fixture = 'sklearn==%s\nnumpy>=1.6.1\nscipy>=0.9' % sklearn.__version__
65
fixture_parameters = \
66
OrderedDict((('class_weight', 'null'),
0 commit comments