Skip to content

Commit 11ea975

Browse files
authored
Merge pull request #476 from komaksym/main
fix formula name
2 parents 7939971 + 2c0d6d1 commit 11ea975

File tree

2 files changed

+2
-2
lines changed
  • old_repo/Problems/138_gini_impurity
  • questions/138_find-the-best-gini-based-split-for-a-binary-decisi

2 files changed

+2
-2
lines changed

old_repo/Problems/138_gini_impurity/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

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)