Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pipelines
Commits
0dfd922a
Commit
0dfd922a
authored
Sep 02, 2020
by
Amir MOHAMMADI
Browse files
relax test threshold
parent
53e83a44
Pipeline
#42377
passed with stage
in 5 minutes and 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
doc/xarray.rst
View file @
0dfd922a
...
...
@@ -445,7 +445,7 @@ provide dask-ml estimators, set ``input_dask_array`` as ``True``.
>>> ds = pipeline.fit(dataset).predict(dataset)
>>> ds = ds.compute()
>>> correct_classification = np.array(ds.data == ds.target).sum()
>>> correct_classification >
90
>>> correct_classification >
85
True
>>> ds.dims == {"sample": 150}
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment