spark-knn icon indicating copy to clipboard operation
spark-knn copied to clipboard

How to avoid stackoverflow error when recursively building too much trees?

Open jinxin0924 opened this issue 7 years ago • 0 comments

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?

jinxin0924 avatar Apr 20 '17 07:04 jinxin0924