Uh oh!
There was an error while loading. Please reload this page.
Doc menu example - #554
Conversation
Codecov Report
@@ Coverage Diff @@## develop #554 +/- ##
========================================
Coverage 90.04% 90.04% ========================================
Files 32 32 Lines 2844 2844 ========================================
Hits 2561 2561 Misses 283 283Continue to review full report at Codecov.
|
mfeurer
commented
Sep 27, 2018
Hey, thanks for removing the 2nd link to the changelog. Regarding the addition of a dedicated example section. Right now all examples are linked from the usage page and serve as documentation. Having the examples page would be an additional overview page pointing to them. Do you think this will make the page easier to navigate? |
amueller
commented
Oct 4, 2018
Sorry I didn't see your reply. I think it does. One less click to figure out how to upload a dataset ;) |
* EHN: support SparseDataFrame when creating a dataset * TST: check attributes inference dtype * PEP8 * EXA: add sparse dataframe in the example * Fix typos. * Fix typo. * Refactoring task.py (#588) * [MRG] EHN: inferred row_id_attribute from dataframe to create a dataset (#586) * EHN: inferred row_id_attribute from dataframe to create a dataset * reset the index of dataframe after inference * TST: check the size of the dataset * PEP8 * TST: check that an error is raised when row_id_attributes is not a known attribute * DOC: Update the docstring * PEP8 * add examples to the menu, remove double progress (#554) * PEP8 * PEP8
Add the example gallery to the website menu, remove the duplication of the changelog