Skip to content

Commit 2c0d6d1

Browse files
committed
fix formula name
1 parent 4f7d54d commit 2c0d6d1

File tree

1 file changed

+1
-1
lines changed
  • questions/138_find-the-best-gini-based-split-for-a-binary-decisi

1 file changed

+1
-1
lines changed

questions/138_find-the-best-gini-based-split-for-a-binary-decisi/learn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A pure node (all one class) has \( G = 0 \), and higher values indicate more cla
2626

2727
---
2828

29-
## Gini Gain for a Split
29+
## Weighted Gini Impurity
3030

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

0 commit comments

Comments
 (0)