Skip to content

DOC clarified documentation on flip_y for make_classification#15465

Merged
rth merged 1 commit intoscikit-learn:masterfrom
kesshijordan:docfix_flipy
Nov 2, 2019
Merged

DOC clarified documentation on flip_y for make_classification#15465
rth merged 1 commit intoscikit-learn:masterfrom
kesshijordan:docfix_flipy

Conversation

@kesshijordan
Copy link
Copy Markdown
Contributor

The current description is: "The fraction of samples whose class are randomly exchanged. Larger
values introduce noise in the labels and make the classification
task harder."

We are suggesting: "The fraction of samples whose class is assigned randomly. Larger
values introduce noise in the labels and make the classification
task harder."

Pair programming wimlds sklearn sprint with @akeshavan

Reference Issues/PRs

Fixes #14088

Copy link
Copy Markdown
Member

@rth rth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as well, thanks @kesshijordan and @akeshavan!

@rth rth changed the title Doc: clarified documentation on flip_y for make_classification DOC clarified documentation on flip_y for make_classification Nov 2, 2019
@rth rth merged commit 084a351 into scikit-learn:master Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flip_y in make_classification is misleading

3 participants