You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, all. I've been going through the notebooks to understand how the algorithms work. I noticed a small typo in the Gini impurity part in learning.ipynb :
We select split which minimizes the Gini impurity in childre nodes.
It should be:
We select split which minimizes the Gini impurity in child nodes.