Re: error from DecisonTree Training:

2014-08-25 Thread Joseph Bradley
is nice. > Thanks Xiangrui. > > -Original Message- > From: Xiangrui Meng [mailto:men...@gmail.com] > Sent: Tuesday, 22 July 2014 9:31 AM > To: user@spark.apache.org > Subject: Re: error from DecisonTree Training: > > This is a known issue: > https://issues.

RE: error from DecisonTree Training:

2014-07-21 Thread Jack Yang
That is nice. Thanks Xiangrui. -Original Message- From: Xiangrui Meng [mailto:men...@gmail.com] Sent: Tuesday, 22 July 2014 9:31 AM To: user@spark.apache.org Subject: Re: error from DecisonTree Training: This is a known issue: https://issues.apache.org/jira/browse/SPARK-2197 . Joseph is

Re: error from DecisonTree Training:

2014-07-21 Thread Xiangrui Meng
2014 4:52 PM > To: user@spark.apache.org > Subject: error from DecisonTree Training: > > > > Hi All, > > I got an error while using DecisionTreeModel (my program is written in Java, > spark 1.0.1, scala 2.10.1). > > I have read a local file, loaded it as RDD, and then

RE: error from DecisonTree Training:

2014-07-21 Thread Jack Yang
So this is a bug unsolved (for java) yet? From: Jack Yang [mailto:j...@uow.edu.au] Sent: Friday, 18 July 2014 4:52 PM To: user@spark.apache.org Subject: error from DecisonTree Training: Hi All, I got an error while using DecisionTreeModel (my program is written in Java, spark 1.0.1, scala

error from DecisonTree Training:

2014-07-17 Thread Jack Yang
Hi All, I got an error while using DecisionTreeModel (my program is written in Java, spark 1.0.1, scala 2.10.1). I have read a local file, loaded it as RDD, and then sent to decisionTree for training. See below for details: JavaRDD Points = lines.map(new ParsePoint()).cache(); LogisticRegression