spark-instrumented-optimizer/python/pyspark/ml
Joseph K. Bradley 2e3a280754 [MINOR] [MLLIB] [ML] [DOC] Minor doc fixes for StringIndexer and MetadataUtils
Changes:
* Make Scala doc for StringIndexerInverse clearer.  Also remove Scala doc from transformSchema, so that the doc is inherited.
* MetadataUtils.scala: “ Helper utilities for tree-based algorithms” —> not just trees anymore

CC: holdenk mengxr

Author: Joseph K. Bradley <joseph@databricks.com>

Closes #8679 from jkbradley/doc-fixes-1.5.
2015-09-11 08:55:35 -07:00
..
param [SPARK-10026] [ML] [PySpark] Implement some common Params for regression in PySpark 2015-09-11 08:50:35 -07:00
__init__.py [SPARK-7535] [.0] [MLLIB] Audit the pipeline APIs for 1.4 2015-05-21 22:57:33 -07:00
classification.py [SPARK-9773] [ML] [PySpark] Add Python API for MultilayerPerceptronClassifier 2015-09-11 08:52:28 -07:00
clustering.py [SPARK-9918] [MLLIB] remove runs from k-means and rename epsilon to tol 2015-08-12 23:04:59 -07:00
evaluation.py [SPARK-10188] [PYSPARK] Pyspark CrossValidator with RMSE selects incorrect model 2015-08-27 23:59:30 -07:00
feature.py [MINOR] [MLLIB] [ML] [DOC] Minor doc fixes for StringIndexer and MetadataUtils 2015-09-11 08:55:35 -07:00
pipeline.py [SPARK-9828] [PYSPARK] Mutable values should not be default arguments 2015-08-14 12:46:05 -07:00
recommendation.py [SPARK-7922] [MLLIB] use DataFrames for user/item factors in ALSModel 2015-05-28 22:38:38 -07:00
regression.py [SPARK-10026] [ML] [PySpark] Implement some common Params for regression in PySpark 2015-09-11 08:50:35 -07:00
tests.py [SPARK-9679] [ML] [PYSPARK] Add Python API for Stop Words Remover 2015-09-01 10:48:57 -07:00
tuning.py [SPARK-10188] [PYSPARK] Pyspark CrossValidator with RMSE selects incorrect model 2015-08-27 23:59:30 -07:00
util.py [SPARK-7380] [MLLIB] pipeline stages should be copyable in Python 2015-05-18 12:02:18 -07:00
wrapper.py [SPARK-9654] [ML] [PYSPARK] Add IndexToString to PySpark 2015-09-08 22:13:05 -07:00