object LassoRegressionTest5 extends App
The LassoRegressionTest5
object tests the LassoRegression
class using the AutoMPG
dataset. It illustrates using the Relation
class for reading the data
from a .csv file "auto-mpg.csv". Assumes no missing values.
It also uses the 'findLambda' method to search for a shrinkage parameter
that roughly mininizes 'sse_cv'.
> runMain scalation.analytics.LassoRegressionTest5
- Alphabetic
- By Inheritance
- LassoRegressionTest5
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val auto_tab: Relation
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val lrg: LassoRegression
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val x: MatriD
- val y: VectorD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear