You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Huaxin Gao (Jira)" <ji...@apache.org> on 2020/01/24 05:53:00 UTC

[jira] [Created] (SPARK-30630) Deprecate numTrees in GBT

Huaxin Gao created SPARK-30630:
----------------------------------

             Summary: Deprecate numTrees in GBT
                 Key: SPARK-30630
                 URL: https://issues.apache.org/jira/browse/SPARK-30630
             Project: Spark
          Issue Type: Improvement
          Components: ML
    Affects Versions: 2.4.5, 3.0.0
            Reporter: Huaxin Gao


Currently, GBT has
{code:java}
/**
 * Number of trees in ensemble
 */
@Since("2.0.0")
val getNumTrees: Int = trees.length{code}
and
{code:java}
/** Number of trees in ensemble */
val numTrees: Int = trees.length{code}
I will deprecate numTrees in 2.4.5 and remove it in 3.0.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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