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
In entropy function, you should use "i+=1" instead of "++1".
In choseAttr add "if attr != target" after the "for", So the algorithm wont choose the target class.
The text was updated successfully, but these errors were encountered:
In entropy function, you should use "i+=1" instead of "++1".
In choseAttr add "if attr != target" after the "for", So the algorithm wont choose the target class.
The text was updated successfully, but these errors were encountered: