aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4254] [mllib] MovieLensALS bug fixJoseph K. Bradley2014-11-051-1/+3
* [SPARK-4197] [mllib] GradientBoosting API cleanup and examples in Scala, JavaJoseph K. Bradley2014-11-052-19/+191
* [SPARK-3573][MLLIB] Make MLlib's Vector compatible with SQL's SchemaRDDXiangrui Meng2014-11-031-0/+121
* [SPARK-3161][MLLIB] Adding a node Id caching mechanism for training deci...Sung Chung2014-11-011-2/+23
* [SPARK-4142][GraphX] Default numEdgePartitionsJoseph E. Gonzalez2014-11-011-3/+3
* Streaming KMeans [MLLIB][SPARK-3254]freeman2014-10-311-0/+77
* [MLLIB] SPARK-1547: Add Gradient Boosting to MLlibManish Amde2014-10-311-2/+2
* SPARK-4022 [CORE] [MLLIB] Replace colt dependency (LGPL) with commons-mathSean Owen2014-10-272-96/+79
* [GraphX] Modify option name according to example doc in SynthBenchmarkGrace2014-10-241-1/+1
* SPARK-1813. Add a utility to SparkConf that makes using Kryo really easySandy Ryza2014-10-215-37/+6
* [SPARK-3934] [SPARK-3918] [mllib] Bug fixes for RandomForest, DecisionTreeJoseph K. Bradley2014-10-171-1/+2
* [SQL]typo in HiveFromSparkKun Li2014-10-161-1/+1
* SPARK-3716 [GraphX] Update Analytics.scala for partitionStrategy assignmentNamelessAnalyst2014-10-121-15/+4
* [SPARK-3841] [mllib] Pretty-print params for ML examplesJoseph K. Bradley2014-10-0811-7/+75
* [SPARK-3790][MLlib] CosineSimilarity ExampleReza Zadeh2014-10-071-0/+107
* Typo error in KafkaWordCount exampleGaspar Munoz2014-10-011-2/+2
* SPARK-2626 [DOCS] Stop SparkContext in all examplesSean Owen2014-10-017-9/+20
* [SPARK-3751] [mllib] DecisionTree: example update + print optionsJoseph K. Bradley2014-10-011-27/+72
* [SPARK-1545] [mllib] Add Random ForestsJoseph K. Bradley2014-09-281-19/+57
* [SPARK-3389] Add Converter for ease of Parquet reading in PySparkUri Laserson2014-09-271-30/+46
* [SPARK-3516] [mllib] DecisionTree: Add minInstancesPerNode, minInfoGain param...qiping.lqp2014-09-151-1/+12
* Minor - Fix trivial compilation warnings.Prashant Sharma2014-09-091-1/+1
* [SPARK-3443][MLLIB] update default values of tree:Xiangrui Meng2014-09-081-2/+2
* [SPARK-3263][GraphX] Fix changes made to GraphGenerator.logNormalGraph in PR ...RJ Nowling2014-09-031-3/+6
* [SPARK-1986][GraphX]move lib.Analytics to org.apache.spark.examplesLarry Xiao2014-09-022-1/+163
* [SPARK-2889] Create Hadoop config objects consistently.Marcelo Vanzin2014-08-302-4/+4
* [SPARK-3296][mllib] spark-example should be run-example in head notation of D...wangfei2014-08-292-2/+2
* [SPARK-3285] [examples] Using values.sum is easier to understand than using v...Yadong Qi2014-08-281-1/+1
* [SPARK-3108][MLLIB] add predictOnValues to StreamingLR and fix predictOnXiangrui Meng2014-08-181-2/+2
* [SPARK-2850] [SPARK-2626] [mllib] MLlib stats examples + small fixesJoseph K. Bradley2014-08-184-0/+376
* [SPARK-3048][MLLIB] add LabeledPoint.parse and remove loadStreamingLabeledPointsXiangrui Meng2014-08-161-4/+3
* [SPARK-3078][MLLIB] Make LRWithLBFGS API consistent with othersXiangrui Meng2014-08-151-4/+4
* [SPARK-2736] PySpark converter and example script for reading Avro filesKan Zhang2014-08-141-0/+130
* [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark....Michael Armbrust2014-08-031-6/+6
* [SPARK-2739][SQL] Rename registerAsTable to registerTempTableMichael Armbrust2014-08-022-3/+3
* Streaming mllib [SPARK-2438][MLLIB]Jeremy Freeman2014-08-011-0/+73
* [SPARK-2756] [mllib] Decision tree bug fixesJoseph K. Bradley2014-07-311-20/+72
* [SPARK-2397][SQL] Deprecate LocalHiveContextMichael Armbrust2014-07-311-2/+2
* Update DecisionTreeRunner.scalastrat0sphere2014-07-301-1/+1
* SPARK-2341 [MLLIB] loadLibSVMFile doesn't handle regression datasetsSean Owen2014-07-302-3/+3
* [SPARK-2024] Add saveAsSequenceFile to PySparkKan Zhang2014-07-303-34/+93
* [STREAMING] SPARK-1729. Make Flume pull data from source, rather than the cur...Hari Shreedharan2014-07-291-0/+67
* [SPARK-2434][MLlib]: Warning messages that point users to original MLlib impl...Burak2014-07-218-1/+120
* [MLlib] SPARK-1536: multiclass classification support for decision treeManish Amde2014-07-181-7/+14
* [SPARK-2570] [SQL] Fix the bug of ClassCastExceptionCheng Hao2014-07-171-1/+1
* SPARK-2427: Fix Scala examples that use the wrong command line arguments indexArtjom-Metro2014-07-103-6/+16
* Clean up SparkKMeans example's codeRaymond Liu2014-07-091-5/+0
* [SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALSNeville Li2014-07-071-0/+3
* [SPARK-1672][MLLIB] Separate user and product partitioning in ALSTor Myklebust2014-06-111-1/+11
* SPARK-1416: PySpark support for SequenceFile and Hadoop InputFormatsNick Pentreath2014-06-094-1/+81