spark-knn
spark-knn copied to clipboard
How to avoid stackoverflow error when recursively building too much trees?
I ran KNNClassifier on my local machine with 5000 rows data, and I got stackoverflow errors. The version of this KNN is v0.1.1. How to avoid this stackoverflow?