be 0.1 or 0.01?
>
> Best,
> Burak
>
> - Original Message -
> From: "Krishna Sankar"
> To: user@spark.apache.org
> Sent: Wednesday, October 1, 2014 12:43:20 PM
> Subject: MLlib Linear Regression Mismatch
>
> Guys,
>Obviously I am doing some
2:43:20 PM
Subject: MLlib Linear Regression Mismatch
Guys,
Obviously I am doing something wrong. May be 4 points are too small a
dataset.
Can you help me to figure out why the following doesn't work ?
a) This works :
data = [
LabeledPoint(0.0, [0.0]),
LabeledPoint(10.0, [10.0]),
La
Guys,
Obviously I am doing something wrong. May be 4 points are too small a
dataset.
Can you help me to figure out why the following doesn't work ?
a) This works :
data = [
LabeledPoint(0.0, [0.0]),
LabeledPoint(10.0, [10.0]),
LabeledPoint(20.0, [20.0]),
LabeledPoint(30.0, [30.0])
]