aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14817][ML][MLLIB][DOC] Made DataFrame-based API primary in MLlib guideJoseph K. Bradley2016-07-151-214/+5
* [SPARK-15643][DOC][ML] Add breaking changes to ML migration guideNick Pentreath2016-06-301-3/+101
* [SPARK-15643][DOC][ML] Update spark.ml and spark.mllib migration guide from 1...Yanbo Liang2016-06-281-19/+41
* [SPARK-12247][ML][DOC] Documentation for spark.ml's ALS and collaborative fil...BenFradet2016-02-161-0/+1
* [SPARK-11608][MLLIB][DOC] Added migration guide for MLlib 1.6Joseph K. Bradley2015-12-161-15/+23
* [SPARK-6518][MLLIB][EXAMPLE][DOC] Add example code and user guide for bisecti...Yu ISHIKAWA2015-12-161-0/+1
* [SPARK-12212][ML][DOC] Clarifies the difference between spark.ml, spark.mllib...Timothy Hunter2015-12-101-1/+1
* [SPARK-8517][ML][DOC] Reorganizes the spark.ml user guideTimothy Hunter2015-12-081-8/+7
* [SPARK-11960][MLLIB][DOC] User guide for streaming testsFeynman Liang2015-11-301-0/+1
* [SPARK-11689][ML] Add user guide and example code for LDA under spark.mlYuhao Yang2015-11-301-0/+1
* Revert "[SPARK-11689][ML] Add user guide and example code for LDA under spark...Xiangrui Meng2015-11-201-1/+0
* [SPARK-11689][ML] Add user guide and example code for LDA under spark.mlYuhao Yang2015-11-201-0/+1
* [SPARK-10595] [ML] [MLLIB] [DOCS] Various ML guide cleanupsJoseph K. Bradley2015-09-151-2/+2
* [SPARK-10348] [MLLIB] updates ml-guideXiangrui Meng2015-08-291-6/+6
* [SPARK-9671] [MLLIB] re-org user guide and add migration guideXiangrui Meng2015-08-281-60/+59
* [SPARK-10060] [ML] [DOC] spark.ml DecisionTree user guideJoseph K. Bradley2015-08-191-3/+6
* [SPARK-9900] [MLLIB] User guide for Association RulesFeynman Liang2015-08-181-0/+1
* [SPARK-9898] [MLLIB] Prefix Span user guideFeynman Liang2015-08-171-0/+1
* [SPARK-10068] [MLLIB] Adds links to MLlib types, algos, utilities listingFeynman Liang2015-08-171-13/+13
* [SPARK-6129] [MLLIB] [DOCS] Added user guide for evaluation metricssethah2015-07-291-0/+1
* [SPARK-7715] [MLLIB] [ML] [DOC] Updated MLlib programming guide for release 1.4Joseph K. Bradley2015-06-211-19/+28
* [SPARK-7272] [MLLIB] User guide for PMML model exportVincenzo Selvaggio2015-05-181-0/+1
* [SPARK-6278][MLLIB] Mention the change of objective in linear regressionXiangrui Meng2015-03-131-0/+2
* [SPARK-5814][MLLIB][GRAPHX] Remove JBLAS from runtimeXiangrui Meng2015-03-121-5/+0
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-201-118/+15
* [SPARK-5519][MLLIB] add user guide with example code for fp-growthXiangrui Meng2015-02-181-0/+2
* [MLLIB][SPARK-5502] User guide for isotonic regressionmartinzapletal2015-02-151-0/+1
* [SPARK-5806] re-organize sections in mllib-clustering.mdXiangrui Meng2015-02-131-3/+5
* SPARK-5665 [DOCS] Update netlib-java documentationSam Halliday2015-02-081-17/+24
* [SPARK-5013] [MLlib] Added documentation and sample data file for GaussianMix...Travis Galoppo2015-02-061-0/+2
* [SPARK-5608] Improve SEO of Spark documentation pagesMatei Zaharia2015-02-051-1/+3
* [SPARK-5254][MLLIB] Update the user guide to position spark.ml betterXiangrui Meng2015-01-141-7/+11
* [SPARK-4575] [mllib] [docs] spark.ml pipelines doc + bug fixesJoseph K. Bradley2014-12-041-1/+12
* [SPARK-4580] [SPARK-4610] [mllib] [docs] Documentation for tree ensembles + D...Joseph K. Bradley2014-12-041-1/+28
* [SPARK-3227] [mllib] Added migration guide for v1.0 to v1.1Joseph K. Bradley2014-08-271-1/+27
* [SPARK-2830][MLLIB] doc update for 1.1Xiangrui Meng2014-08-271-4/+5
* [SPARK-3226][MLLIB] doc update for native librariesXiangrui Meng2014-08-261-10/+15
* [SPARK-3136][MLLIB] Create Java-friendly methods in RandomRDDsXiangrui Meng2014-08-191-1/+1
* SPARK-2830 [MLlib]: re-organize mllib documentationAmeet Talwalkar2014-08-121-14/+16
* [SPARK-1566] consolidate programming guide, and general doc updatesMatei Zaharia2014-05-301-5/+5
* [WIP][SPARK-1871][MLLIB] Improve MLlib guide for v1.0Xiangrui Meng2014-05-181-9/+10
* SPARK-1727. Correct small compile errors, typos, and markdown issues in (prim...Sean Owen2014-05-061-1/+1
* [SPARK-1506][MLLIB] Documentation improvements for MLlib 1.0Xiangrui Meng2014-04-221-57/+115
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-211-5/+5
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-151-2/+25
* Decision Tree documentation for MLlib programming guideManish Amde2014-04-151-0/+1
* SPARK-1426: Make MLlib work with NumPy versions older than 1.7Sandeep2014-04-151-5/+4
* SPARK-1421. Make MLlib work on Python 2.6Matei Zaharia2014-04-051-2/+1
* Principal Component AnalysisReza Zadeh2014-03-201-0/+1
* Merge pull request #552 from martinjaggi/master. Closes #552.Martin Jaggi2014-02-081-470/+20