Skip to content
Snippets Groups Projects
Commit 0dfd922a authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

relax test threshold

parent 53e83a44
No related branches found
No related tags found
1 merge request!37Revert "For some reason, the class information is not passed in the sample wrapper"
Pipeline #42377 passed
...@@ -445,7 +445,7 @@ provide dask-ml estimators, set ``input_dask_array`` as ``True``. ...@@ -445,7 +445,7 @@ provide dask-ml estimators, set ``input_dask_array`` as ``True``.
>>> ds = pipeline.fit(dataset).predict(dataset) >>> ds = pipeline.fit(dataset).predict(dataset)
>>> ds = ds.compute() >>> ds = ds.compute()
>>> correct_classification = np.array(ds.data == ds.target).sum() >>> correct_classification = np.array(ds.data == ds.target).sum()
>>> correct_classification > 90 >>> correct_classification > 85
True True
>>> ds.dims == {"sample": 150} >>> ds.dims == {"sample": 150}
True True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment