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
ZeroR chooses the first class value it comes across, not the most frequently accessed one. The test suite is a bit flawed in that the first class value also happens to be the most frequently accessed one.
The core problem is that no frequency is ever calculate so every class value looks like it has a frequency of 1.
ZeroR chooses the first class value it comes across, not the most frequently accessed one. The test suite is a bit flawed in that the first class value also happens to be the most frequently accessed one.
The core problem is that no frequency is ever calculate so every class value looks like it has a frequency of 1.
I've fixed the problem on this branch:
http://github.com/nirvdrum/ai4r/tree/fix_zeror
With this commit:
ca6a404
The text was updated successfully, but these errors were encountered: