spark note about LassoSuite.scala in mllib

test regression/lasso in spark-shell

import org.apache.spark.SparkContext
import org.apache.spark.mllib.regression.LassoModel

import org.apache.spark.mllib.regression.LassoWithSGD

import org.apache.spark.mllib.util.LinearDataGenerator
...

 

simple principle introduction

 

 

posted @ 2014-03-11 06:27  enyun  阅读(298)  评论(0)    收藏  举报