Skip to content

Implementation of the Bagging Algorithm using Spark

Notifications You must be signed in to change notification settings

BigDataTT/Spark-Bagging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Spark-Bagging

Implementation of the Bagging Algorithm using Spark

##Usage

~/spark-1.2.0-bin-hadoop1/bin/spark-submit --master spark://master:7077 --total-executor-cores 6 --class zjut.BaggingBinaryClassification --executor-memory 1g --driver-memory 1g ~/BaggingBinaryClassification.jar hdfs://master:9000/wdbc_normalized_libsvm.txt

Input

wdbc_normalized_libsvm.txt is already in LIBSVM format

Dependencies

  • Spark 1.2.0
  • Scala 2.10.4

About

Implementation of the Bagging Algorithm using Spark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages