Skip to content

Small wording error in 04_Classification.ipynb #77

Description

@paigenpark

The text reads:

"The model iterates through a set of values for each feature and then calculate the information gain for each split and the one that produces the lowest value is the designated split."

but the model tries to maximize information gain so should read:

"The model iterates through a set of values for each feature and then calculate the information gain for each split and the one that produces the highest value is the designated split."

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