aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/param
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14772][PYTHON][ML] Fixed Params.copy method to match Scala implementationBryan Cutler2017-02-231-6/+11
* [SPARK-19389][ML][PYTHON][DOC] Minor doc fixes for ML Python Params and Linea...Joseph K. Bradley2017-02-021-13/+0
* [SPARK-19336][ML][PYSPARK] LinearSVC Python APIwm624@hotmail.com2017-01-272-0/+26
* [SPARK-17057][ML] ProbabilisticClassifierModels' thresholds should have at mo...Sean Owen2016-09-242-4/+5
* [SPARK-17197][ML][PYSPARK] PySpark LiR/LoR supports tree aggregation level co...Yanbo Liang2016-08-252-1/+27
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-171-1/+1
* [MINOR][PYSPARK] update _shared_params_code_gen.pyZheng RuiFeng2016-05-132-9/+9
* [SPARK-14971][ML][PYSPARK] PySpark ML Params setter code clean upYanbo Liang2016-05-032-60/+30
* [SPARK-14768][ML][PYSPARK] removed expectedType from Param __init__()Jason Lee2016-04-251-8/+1
* [SPARK-14605][ML][PYTHON] Changed Python to use unicode UIDs for spark.ml Ide...Joseph K. Bradley2016-04-161-1/+2
* [SPARK-14104][PYSPARK][ML] All Python param setters should use the `_set` methodsethah2016-04-153-5/+21
* [SPARK-12569][PYSPARK][ML] DecisionTreeRegressor: provide variance of predict...wm624@hotmail.com2016-04-082-1/+27
* [SPARK-12183][ML][MLLIB] Remove mllib tree implementation, and wrap spark.ml oneJoseph K. Bradley2016-03-232-2/+3
* [SPARK-13068][PYSPARK][ML] Type conversion for Pyspark paramssethah2016-03-233-87/+243
* [SPARK-13625][PYSPARK][ML] Added a check to see if an attribute is a property...Bryan Cutler2016-03-081-1/+2
* [SPARK-13047][PYSPARK][ML] Pyspark Params.hasParam should not throw an errorsethah2016-02-111-2/+5
* [SPARK-13032][ML][PYSPARK] PySpark support model export/import and take Linea...Yanbo Liang2016-01-291-0/+24
* [SPARK-10509][PYSPARK] Reduce excessive param boiler plate codeHolden Karau2016-01-263-92/+28
* [SPARK-7675][ML][PYSPARK] sparkml params type conversionHolden Karau2016-01-063-103/+126
* [SPARK-11875][ML][PYSPARK] Update doc for PySpark HasCheckpointIntervalYanbo Liang2015-11-192-9/+11
* [SPARK-10286][ML][PYSPARK][DOCS] Add @since annotation to pyspark.ml.param an...lihao2015-11-021-0/+16
* [SPARK-11367][ML][PYSPARK] Python LinearRegression should support setting solverYanbo Liang2015-10-282-1/+31
* [SPARK-10767][PYSPARK] Make pyspark shared params codegen more consistentHolden Karau2015-10-202-61/+61
* [SPARK-9774] [ML] [PYSPARK] Add python api for ml regression isotonicregressionHolden Karau2015-10-072-1/+31
* [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formattingnoelsmith2015-09-211-0/+4
* [SPARK-10026] [ML] [PySpark] Implement some common Params for regression in P...Yanbo Liang2015-09-112-1/+121
* [SPARK-10027] [ML] [PySpark] Add Python API missing methods for ml.featureYanbo Liang2015-09-102-3/+33
* [SPARK-9828] [PYSPARK] Mutable values should not be default argumentsMechCoder2015-08-141-9/+17
* [SPARK-8706] [PYSPARK] [PROJECT INFRA] Add pylint checks to PySparkMechCoder2015-07-151-2/+2
* Revert "[SPARK-8706] [PYSPARK] [PROJECT INFRA] Add pylint checks to PySpark"Davies Liu2015-07-131-2/+2
* [SPARK-8706] [PYSPARK] [PROJECT INFRA] Add pylint checks to PySparkMechCoder2015-07-131-2/+2
* [SPARK-7762] [MLLIB] set default value for outputColXiangrui Meng2015-05-202-2/+3
* [SPARK-7511] [MLLIB] pyspark ml seed param should be random by default or 42 ...Holden Karau2015-05-203-35/+13
* [SPARK-7380] [MLLIB] pipeline stages should be copyable in PythonXiangrui Meng2015-05-183-56/+106
* [SPARK-7382] [MLLIB] Feature Parity in PySpark for ml.classificationBurak Yavuz2015-05-132-0/+33
* [SPARK-7487] [ML] Feature Parity in PySpark for ml.regressionBurak Yavuz2015-05-122-7/+170
* [SPARK-7427] [PYSPARK] Make sharedParams match in Scala, PythonGlenn Weidner2015-05-102-19/+17
* [SPARK-7488] [ML] Feature Parity in PySpark for ml.recommendationBurak Yavuz2015-05-082-0/+31
* [SPARK-7383] [ML] Feature Parity in PySpark for ml.featuresBurak Yavuz2015-05-082-1/+92
* [SPARK-7388] [SPARK-7383] wrapper for VectorAssembler in PythonBurak Yavuz2015-05-072-0/+30
* [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySparkXiangrui Meng2015-05-052-0/+30
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-201-1/+1
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-162-8/+10
* [SPARK-6893][ML] default pipeline parameter handling in pythonXiangrui Meng2015-04-153-96/+198
* [SPARK-5769] Set params in constructors and in setParams in Python ML pipelinesXiangrui Meng2015-02-151-0/+8
* [SPARK-4586][MLLIB] Python API for ML pipeline and parametersXiangrui Meng2015-01-283-0/+440