Skip to content

Wrong references in 'Creating Custom Flow' tutorial #1241

@ArturDev42

Description

@ArturDev42

Description

In section 2. Using the flow of https://openml.github.io/openml-python/main/examples/30_extended/custom_flow_.html#sphx-glr-examples-30-extended-custom-flow-py the comment for task_id=1965 references # Iris Task but 1965 is actually https://test.openml.org/t/1965 which uses the anneal dataset.

Further below in the tutorial, predictions for the iris dataset are prepared.

# random class probabilities (Iris has 150 samples and 3 classes):
r = np.random.rand(150 * n_repeats, 3)

The iris dataset contains 4 classes. It's nothing major, just wanted to mention it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions