Skip to content

Consider reversing deprecation of min_samples_leaf #11976

@jph00

Description

@jph00

Current RC proposes removing min_samples_leaf. In my experience across numerous projects and competitions, this param is very useful for generalization. Conceptually, I've often seen extreme outliers like this (top left point) result in picking a single point in a group leaf, which clearly isn't what you want. Larger leaves have less variance and therefore generalize better.
image

This param is also one way to reduce tree size:
image

@amueller requested adding this issue in this twitter thread https://twitter.com/jeremyphoward/status/1036110165236363266

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