GitHub user Peishen-Jia opened a pull request:
https://github.com/apache/spark/pull/4103
[SPARK-5317]Set BoostingStrategy.defaultParams With Enumeration
Algo.Classification or Algo.Regression
JIRA Issue: https://issues.apache.org/jira/browse/SPARK-5317
When setting the BoostingStrategy.defaultParams("Classification"), It's
more straightforward to set it with the Enumeration Algo.Classification, just
like BoostingStragety.defaultParams(Algo.Classification).
I overload the method BoostingStragety.defaultParams().
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Peishen-Jia/spark stragetyAlgo
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4103.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4103
----
commit a4aea51c9f867aa81251a1d2eb9851c7076514a4
Author: Basin <[email protected]>
Date: 2015-01-16T01:34:40Z
boostingstrategy.defaultParam string algo to enumeration.
commit 68cf5444a38d5575d4973e2570474599cb834abf
Author: Basin <[email protected]>
Date: 2015-01-16T05:39:33Z
mllib-ensembles doc modified.
commit e04a5aa7e86daab66de86742e55e033bbafc3a2a
Author: Basin <[email protected]>
Date: 2015-01-16T01:34:40Z
boostingstrategy.defaultParam string algo to enumeration.
commit 65f96ce6b8e3a555cec28127ba5316e17b7a3a8f
Author: Basin <[email protected]>
Date: 2015-01-16T05:39:33Z
mllib-ensembles doc modified.
commit d5c8a2e6014aa7c94744b221c3ea8df5919d2444
Author: Basin <[email protected]>
Date: 2015-01-19T09:47:05Z
Merge branch 'stragetyAlgo' of github.com:Peishen-Jia/spark into
stragetyAlgo
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]