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
I either found a bug π or the KNN classifier save is capped at around 4000 examples intentionally.
β Helpful Information π¦
I am generating my own data for the KNN classifier by making new examples, knnClassifier.getCountByLabel(); holds more than 4000. But the save file stays about the same as before the new examples and the amount of examples are not increased when I load the new model.json. So it can only save 4000 examples perhaps?
The text was updated successfully, but these errors were encountered:
fartass
changed the title
KNN classifier seems capped at around 4000 examples
KNN classifier save seems capped at around 4000 examples
May 30, 2019
β Description π
I either found a bug π or the KNN classifier save is capped at around 4000 examples intentionally.
β Helpful Information π¦
I am generating my own data for the KNN classifier by making new examples, knnClassifier.getCountByLabel(); holds more than 4000. But the save file stays about the same as before the new examples and the amount of examples are not increased when I load the new model.json. So it can only save 4000 examples perhaps?
The text was updated successfully, but these errors were encountered: