[jira] [Updated] (SPARK-10023) Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.

2015-08-17 Thread Yanbo Liang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-10023:

Description: 
"checkpointInterval" is one of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.
Proposal: Make "checkpointInterval" shared param.   

  was:
"checkpointInterval" is one of DecisionTreeParams in Scala API which is 
inconsistency with Scala API, we should unified them.
Proposal: Make "checkpointInterval" shared param.   


> Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.
> -
>
> Key: SPARK-10023
> URL: https://issues.apache.org/jira/browse/SPARK-10023
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark
>Reporter: Yanbo Liang
>
> "checkpointInterval" is one of DecisionTreeParams in Scala API which is 
> inconsistency with Python API, we should unified them.
> Proposal: Make "checkpointInterval" shared param.   



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-10023) Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.

2015-08-19 Thread Yanbo Liang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-10023:

Description: 
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.
* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API
Proposal: Make "checkpointInterval" shared param for Scala API

  was:
"checkpointInterval" is one of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.
Proposal: Make "checkpointInterval" shared param.   


> Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.
> -
>
> Key: SPARK-10023
> URL: https://issues.apache.org/jira/browse/SPARK-10023
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark
>Reporter: Yanbo Liang
>
> "checkpointInterval" is member of DecisionTreeParams in Scala API which is 
> inconsistency with Python API, we should unified them.
> * checkpointInterval
> ** member of DecisionTreeParams <-> Scala API
> ** shared param used for all ML Transformer/Estimator <-> Python API
> Proposal: Make "checkpointInterval" shared param for Scala API



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-10023) Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.

2015-08-19 Thread Yanbo Liang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-10023:

Description: 
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal: Make "checkpointInterval" shared param for Scala API

  was:
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.
* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API
Proposal: Make "checkpointInterval" shared param for Scala API


> Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.
> -
>
> Key: SPARK-10023
> URL: https://issues.apache.org/jira/browse/SPARK-10023
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark
>Reporter: Yanbo Liang
>
> "checkpointInterval" is member of DecisionTreeParams in Scala API which is 
> inconsistency with Python API, we should unified them.
> * checkpointInterval
> ** member of DecisionTreeParams <-> Scala API
> ** shared param used for all ML Transformer/Estimator <-> Python API
> Proposal: Make "checkpointInterval" shared param for Scala API



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-10023) Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.

2015-08-30 Thread Yanbo Liang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-10023:

Description: 
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal: Make "checkpointInterval" member of DecisionTreeParams for Python 
API, because of it only validate when cacheNodeIds is true and the checkpoint 
directory is set in the SparkContext.

  was:
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal: Make "checkpointInterval" shared param for Scala API


> Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.
> -
>
> Key: SPARK-10023
> URL: https://issues.apache.org/jira/browse/SPARK-10023
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark
>Reporter: Yanbo Liang
>
> "checkpointInterval" is member of DecisionTreeParams in Scala API which is 
> inconsistency with Python API, we should unified them.
> * checkpointInterval
> ** member of DecisionTreeParams <-> Scala API
> ** shared param used for all ML Transformer/Estimator <-> Python API
> Proposal: Make "checkpointInterval" member of DecisionTreeParams for Python 
> API, because of it only validate when cacheNodeIds is true and the checkpoint 
> directory is set in the SparkContext.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-10023) Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.

2015-08-30 Thread Yanbo Liang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-10023:

Description: 
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal:
 "checkpointInterval" also used at ALS but the meaning for that is different 
from here.
So we make "checkpointInterval" member of DecisionTreeParams for Python API, it 
only validate when cacheNodeIds is true and the checkpoint directory is set in 
the SparkContext.

  was:
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal:
 "checkpointInterval" also used at ALS but the meaning for that is different 
from here.
So we make "checkpointInterval" member of DecisionTreeParams for Python API, 
because of it only validate when cacheNodeIds is true and the checkpoint 
directory is set in the SparkContext.


> Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.
> -
>
> Key: SPARK-10023
> URL: https://issues.apache.org/jira/browse/SPARK-10023
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark
>Reporter: Yanbo Liang
>
> "checkpointInterval" is member of DecisionTreeParams in Scala API which is 
> inconsistency with Python API, we should unified them.
> * checkpointInterval
> ** member of DecisionTreeParams <-> Scala API
> ** shared param used for all ML Transformer/Estimator <-> Python API
> Proposal:
>  "checkpointInterval" also used at ALS but the meaning for that is different 
> from here.
> So we make "checkpointInterval" member of DecisionTreeParams for Python API, 
> it only validate when cacheNodeIds is true and the checkpoint directory is 
> set in the SparkContext.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-10023) Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.

2015-08-30 Thread Yanbo Liang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-10023:

Description: 
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal:
 "checkpointInterval" also used at ALS but the meaning for that is different 
from here.
So we make "checkpointInterval" member of DecisionTreeParams for Python API, 
because of it only validate when cacheNodeIds is true and the checkpoint 
directory is set in the SparkContext.

  was:
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal: Make "checkpointInterval" member of DecisionTreeParams for Python 
API, because of it only validate when cacheNodeIds is true and the checkpoint 
directory is set in the SparkContext.


> Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.
> -
>
> Key: SPARK-10023
> URL: https://issues.apache.org/jira/browse/SPARK-10023
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark
>Reporter: Yanbo Liang
>
> "checkpointInterval" is member of DecisionTreeParams in Scala API which is 
> inconsistency with Python API, we should unified them.
> * checkpointInterval
> ** member of DecisionTreeParams <-> Scala API
> ** shared param used for all ML Transformer/Estimator <-> Python API
> Proposal:
>  "checkpointInterval" also used at ALS but the meaning for that is different 
> from here.
> So we make "checkpointInterval" member of DecisionTreeParams for Python API, 
> because of it only validate when cacheNodeIds is true and the checkpoint 
> directory is set in the SparkContext.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-10023) Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.

2015-08-30 Thread Yanbo Liang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-10023:

Description: 
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal:
"checkpointInterval" is also used at ALS but the meaning for that is different 
from here.
So we make "checkpointInterval" member of DecisionTreeParams for Python API. 
Because it only validate when cacheNodeIds is true and the checkpoint directory 
is set in the SparkContext, it not a common shared param.

  was:
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal:
 "checkpointInterval" also used at ALS but the meaning for that is different 
from here.
So we make "checkpointInterval" member of DecisionTreeParams for Python API, it 
only validate when cacheNodeIds is true and the checkpoint directory is set in 
the SparkContext.


> Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.
> -
>
> Key: SPARK-10023
> URL: https://issues.apache.org/jira/browse/SPARK-10023
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark
>Reporter: Yanbo Liang
>
> "checkpointInterval" is member of DecisionTreeParams in Scala API which is 
> inconsistency with Python API, we should unified them.
> * checkpointInterval
> ** member of DecisionTreeParams <-> Scala API
> ** shared param used for all ML Transformer/Estimator <-> Python API
> Proposal:
> "checkpointInterval" is also used at ALS but the meaning for that is 
> different from here.
> So we make "checkpointInterval" member of DecisionTreeParams for Python API. 
> Because it only validate when cacheNodeIds is true and the checkpoint 
> directory is set in the SparkContext, it not a common shared param.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-10023) Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.

2015-08-31 Thread Yanbo Liang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-10023:

Description: 
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal:
"checkpointInterval" is also used by ALS, so we make it shared params at Scala.

  was:
"checkpointInterval" is member of DecisionTreeParams in Scala API which is 
inconsistency with Python API, we should unified them.

* checkpointInterval
** member of DecisionTreeParams <-> Scala API
** shared param used for all ML Transformer/Estimator <-> Python API

Proposal:
"checkpointInterval" is also used at ALS but the meaning for that is different 
from here.
So we make "checkpointInterval" member of DecisionTreeParams for Python API. 
Because it only validate when cacheNodeIds is true and the checkpoint directory 
is set in the SparkContext, it not a common shared param.


> Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.
> -
>
> Key: SPARK-10023
> URL: https://issues.apache.org/jira/browse/SPARK-10023
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark
>Reporter: Yanbo Liang
>
> "checkpointInterval" is member of DecisionTreeParams in Scala API which is 
> inconsistency with Python API, we should unified them.
> * checkpointInterval
> ** member of DecisionTreeParams <-> Scala API
> ** shared param used for all ML Transformer/Estimator <-> Python API
> Proposal:
> "checkpointInterval" is also used by ALS, so we make it shared params at 
> Scala.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-10023) Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.

2015-08-31 Thread Xiangrui Meng (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiangrui Meng updated SPARK-10023:
--
Assignee: Yanbo Liang

> Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.
> -
>
> Key: SPARK-10023
> URL: https://issues.apache.org/jira/browse/SPARK-10023
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark
>Reporter: Yanbo Liang
>Assignee: Yanbo Liang
>
> "checkpointInterval" is member of DecisionTreeParams in Scala API which is 
> inconsistency with Python API, we should unified them.
> * checkpointInterval
> ** member of DecisionTreeParams <-> Scala API
> ** shared param used for all ML Transformer/Estimator <-> Python API
> Proposal:
> "checkpointInterval" is also used by ALS, so we make it shared params at 
> Scala.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-10023) Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.

2015-08-31 Thread Xiangrui Meng (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiangrui Meng updated SPARK-10023:
--
Shepherd: Xiangrui Meng
Target Version/s: 1.6.0

> Unified DecisionTreeParams "checkpointInterval" between Scala and Python API.
> -
>
> Key: SPARK-10023
> URL: https://issues.apache.org/jira/browse/SPARK-10023
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark
>Reporter: Yanbo Liang
>Assignee: Yanbo Liang
>
> "checkpointInterval" is member of DecisionTreeParams in Scala API which is 
> inconsistency with Python API, we should unified them.
> * checkpointInterval
> ** member of DecisionTreeParams <-> Scala API
> ** shared param used for all ML Transformer/Estimator <-> Python API
> Proposal:
> "checkpointInterval" is also used by ALS, so we make it shared params at 
> Scala.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org