-
- Downloads
[SPARK-5890] [ML] Add feature discretizer
JIRA issue [here](https://issues.apache.org/jira/browse/SPARK-5890). I borrow the code of `findSplits` from `RandomForest`. I don't think it's good to call it from `RandomForest` directly. Author: Xusen Yin <yinxusen@gmail.com> Closes #5779 from yinxusen/SPARK-5890.
Showing
- mllib/src/main/scala/org/apache/spark/ml/feature/QuantileDiscretizer.scala 176 additions, 0 deletions...ala/org/apache/spark/ml/feature/QuantileDiscretizer.scala
- mllib/src/test/scala/org/apache/spark/ml/feature/QuantileDiscretizerSuite.scala 98 additions, 0 deletions...rg/apache/spark/ml/feature/QuantileDiscretizerSuite.scala
Please register or sign in to comment