openml-python icon indicating copy to clipboard operation
openml-python copied to clipboard

Custom flow example in documentations not executed

Open Neeratyoy opened this issue 3 years ago • 1 comments

Description

The main issue is that the flow and task used in the example don't appear to exist anymore: https://test.openml.org/f/9313 https://test.openml.org/t/1965 Possibly that's why the documentation build fails for this example (as evident by the Total running time of the script).


Another minor issue is that the stray text # noqa E501 shows up twice. Probably introduced to handle flake warnings/errors.

Screenshot from 2021-05-05 18-23-21 Screenshot from 2021-05-05 18-23-28

Should be removed and possible flake errors handled.

Neeratyoy avatar May 05 '21 16:05 Neeratyoy

Hey @Neeratyoy, The links you provided refer to a specific flow and task on OpenML's testing platform. These resources are no longer available, which could be why the documentation build is failing for the example. Additionally, the "#noqa E501" text is likely included to handle Flake warnings/errors in the code and should be removed to resolve the issue. To remove the "#noqa E501" text, simply locate the line of code containing the text and delete it. This should resolve the issue and prevent the text from appearing in your code.

v-parmar avatar Feb 07 '23 13:02 v-parmar