Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion old_repo/Problems/138_gini_impurity/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A pure node (all one class) has \( G = 0 \), and higher values indicate more cla

---

## Gini Gain for a Split
## Weighted Gini Impurity

Given a feature and a threshold to split the dataset into left and right subsets:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A pure node (all one class) has \( G = 0 \), and higher values indicate more cla

---

## Gini Gain for a Split
## Weighted Gini Impurity

Given a feature and a threshold to split the dataset into left and right subsets:

Expand Down
Loading