Skip to content

do you have description for parameters for decision-tree #885

@Sandy4321

Description

@Sandy4321

do you have description for parameters for decision-tree
https://github.com/neoml-lib/neoml/blob/master/NeoML/docs/en/API/ClassificationAndRegression/README.md#decision-tree

for example what parameters to set for unbalanced data?
what split you use
criterion{“gini”, “entropy”, “log_loss”}, default=”gini”
The function to measure the quality of a split. Supported criteria are “gini” for the Gini impurity and “log_loss” and “entropy” both for the Shannon information gain,

for example
https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions