Skip to content

Update documentation - #740

Merged
mfeurer merged 3 commits into
developfrom
update_docs
Jul 26, 2019
Merged

Update documentation#740
mfeurer merged 3 commits into
developfrom
update_docs

Conversation

@mfeurer

Copy link
Copy Markdown
Collaborator

This pull request does

  • dynamically generate the copyright year
  • replaces pprint by print
  • updates one example to use a more common task on the test server
  • fix a few docstring syntax issues
  • introduce stricter checks for correct XML files (I had old files on my machine, and the error message were not helpful).

Comment threaddoc/index.rst
@Neeratyoy

Copy link
Copy Markdown
Contributor

Looks like a certain test__get_cached_dataset unit test is failing since the new nominal values check in openml/datasets/data_feature.py is raising an error.

@mfeurer
mfeurer marked this pull request as ready for review July 23, 2019 08:37
@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #740 into develop will decrease coverage by 0.23%.
The diff coverage is 55.55%.

Impacted file tree graph

@@ Coverage Diff @@## develop #740 +/- ##
===========================================
- Coverage 87.99% 87.76% -0.24% 
===========================================
Files 36 36 Lines 4081 4004 -77 ===========================================
- Hits 3591 3514 -77 
Misses 490 490
Impacted FilesCoverage Δ
openml/study/functions.py88.23% <ø> (ø)⬆️
openml/datasets/dataset.py84.07% <ø> (ø)⬆️
openml/setups/setup.py42.3% <ø> (ø)⬆️
openml/testing.py96.21% <0%> (-0.18%)⬇️
openml/tasks/functions.py84.93% <100%> (ø)⬆️
openml/datasets/data_feature.py68% <57.14%> (-2%)⬇️
openml/extensions/sklearn/extension.py90.62% <0%> (-0.59%)⬇️
openml/datasets/functions.py95.16% <0%> (-0.33%)⬇️
openml/flows/functions.py87.78% <0%> (-0.19%)⬇️
openml/flows/flow.py93.8% <0%> (-0.06%)⬇️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c71d1d...3348482. Read the comment docs.

@mfeurer
mfeurer merged commit b59cc46 into developJul 26, 2019
@mfeurer
mfeurer deleted the update_docs branch November 12, 2019 10:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mfeurer@Neeratyoy@codecov-io