aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache/spark/ml/feature/RFormula.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-111-8/+10
* [SPARK-14159][ML] Fixed bug in StringIndexer + related issue in RFormulaJoseph K. Bradley2016-03-251-9/+6
* [SPARK-11891] Model export/import for RFormula and RFormulaModelXusen Yin2016-03-171-12/+167
* [SPARK-13761][ML] Deprecate validateParamsYuhao Yang2016-03-161-4/+0
* [SPARK-11965][ML][DOC] Update user guide for RFormula feature interactionsYanbo Liang2016-01-251-0/+21
* [SPARK-12692][BUILD][MLLIB] Scala style: Fix the style violation (Space befor...Kousuke Saruta2016-01-101-1/+1
* [SPARK-11259][ML] Params.validateParams() should be called automaticallyYanbo Liang2016-01-041-0/+4
* [SPARK-3873][MLLIB] Import order fixes.Marcelo Vanzin2015-12-311-1/+1
* [SPARK-11349][ML] Support transform string label for RFormulaYanbo Liang2015-11-031-1/+9
* [SPARK-9681] [ML] Support R feature interactions in RFormulaEric Liang2015-09-251-22/+91
* [SPARK-9720] [ML] Identifiable types need UID in toString methodsBertrand Dechoux2015-09-141-2/+2
* [SPARK-9895] User Guide for RFormula Feature TransformerEric Liang2015-08-191-2/+2
* [SPARK-9914] [ML] define setters explicitly for Java and use setParam group i...Xiangrui Meng2015-08-121-5/+6
* [SPARK-9544] [MLLIB] add Python API for RFormulaXiangrui Meng2015-08-031-14/+7
* [SPARK-9463] [ML] Expose model coefficients with names in SparkR RFormulaEric Liang2015-07-301-1/+11
* [SPARK-9391] [ML] Support minus, dot, and intercept operators in SparkR RFormulaEric Liang2015-07-281-34/+18
* [SPARK-9230] [ML] Support StringType features in RFormulaEric Liang2015-07-271-30/+103
* [SPARK-9201] [ML] Initial integration of MLlib + SparkR using RFormulaEric Liang2015-07-201-3/+11
* [MINOR] [ML] fix wrong annotation of RFormula.formulaYanbo Liang2015-07-171-1/+1
* [SPARK-8774] [ML] Add R model formula with basic support as a transformerEric Liang2015-07-151-0/+151