Skip to content
Open
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 07-how-random-forests-really-work.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"What this calculates is the probability that, if you pick two rows from a group, you'll get the same `Survived` result each time. If the group is all the same, the probability is `1.0`, and `0.0` if they're all different:"
"What this calculates is the Gini impurity, which measures the probability that, if you pick two rows from a group, their `Survived` results will be different. If the group is all the same, the Gini impurity is `0.0`, and `1.0` if they're all different:"
]
},
{
Expand Down