Skip to content

Conversation

@brkyvz
Copy link
Contributor

@brkyvz brkyvz commented May 13, 2015

The missing pieces in ml.classification for Python!

cc @mengxr

@brkyvz brkyvz changed the title [SPARK-7381][ML] Feature Parity in PySpark for ml.classification [SPARK-7382][ML] Feature Parity in PySpark for ml.classification May 13, 2015
@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32577 has started for PR 6106 at commit 1048e29.

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32577 has finished for PR 6106 at commit 1048e29.

  • This patch fails Python style tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class TreeClassifierParams(object):
    • class GBTParams(object):
    • class DecisionTreeClassifier(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol,
    • class DecisionTreeClassificationModel(JavaModel):
    • class RandomForestClassifier(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol, HasSeed,
    • class RandomForestClassificationModel(JavaModel):
    • class GBTClassifier(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol, HasMaxIter,
    • class GBTClassificationModel(JavaModel):
    • ("probabilityCol", "Column name for predicted class conditional probabilities. " +
    • class HasProbabilityCol(Params):
    • probabilityCol = Param(Params._dummy(), "probabilityCol", "Column name for predicted class conditional probabilities. Note: Not all models output well-calibrated probability estimates! These probabilities should be treated as confidences, not precise probabilities.")
    • self.probabilityCol = Param(self, "probabilityCol", "Column name for predicted class conditional probabilities. Note: Not all models output well-calibrated probability estimates! These probabilities should be treated as confidences, not precise probabilities.")

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32577/
Test FAILed.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32580 has started for PR 6106 at commit dd78237.

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32580 has finished for PR 6106 at commit dd78237.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class TreeClassifierParams(object):
    • class GBTParams(object):
    • class DecisionTreeClassifier(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol,
    • class DecisionTreeClassificationModel(JavaModel):
    • class RandomForestClassifier(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol, HasSeed,
    • class RandomForestClassificationModel(JavaModel):
    • class GBTClassifier(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol, HasMaxIter,
    • class GBTClassificationModel(JavaModel):
    • ("probabilityCol", "Column name for predicted class conditional probabilities. " +
    • class HasProbabilityCol(Params):
    • probabilityCol = Param(Params._dummy(), "probabilityCol", "Column name for predicted class conditional probabilities. Note: Not all models output well-calibrated probability estimates! These probabilities should be treated as confidences, not precise probabilities.")
    • self.probabilityCol = Param(self, "probabilityCol", "Column name for predicted class conditional probabilities. Note: Not all models output well-calibrated probability estimates! These probabilities should be treated as confidences, not precise probabilities.")

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32580/
Test PASSed.

@brkyvz brkyvz changed the title [SPARK-7382][ML] Feature Parity in PySpark for ml.classification [SPARK-7382][MLLIB] Feature Parity in PySpark for ml.classification May 13, 2015
asfgit pushed a commit that referenced this pull request May 13, 2015
The missing pieces in ml.classification for Python!

cc mengxr

Author: Burak Yavuz <[email protected]>

Closes #6106 from brkyvz/ml-class and squashes the following commits:

dd78237 [Burak Yavuz] fix style
1048e29 [Burak Yavuz] ready for PR

(cherry picked from commit df2fb13)
Signed-off-by: Xiangrui Meng <[email protected]>
@mengxr
Copy link
Contributor

mengxr commented May 13, 2015

LGTM. Merged into master and branch-1.4. Thanks!

@asfgit asfgit closed this in df2fb13 May 13, 2015
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request May 28, 2015
The missing pieces in ml.classification for Python!

cc mengxr

Author: Burak Yavuz <[email protected]>

Closes apache#6106 from brkyvz/ml-class and squashes the following commits:

dd78237 [Burak Yavuz] fix style
1048e29 [Burak Yavuz] ready for PR
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
The missing pieces in ml.classification for Python!

cc mengxr

Author: Burak Yavuz <[email protected]>

Closes apache#6106 from brkyvz/ml-class and squashes the following commits:

dd78237 [Burak Yavuz] fix style
1048e29 [Burak Yavuz] ready for PR
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
The missing pieces in ml.classification for Python!

cc mengxr

Author: Burak Yavuz <[email protected]>

Closes apache#6106 from brkyvz/ml-class and squashes the following commits:

dd78237 [Burak Yavuz] fix style
1048e29 [Burak Yavuz] ready for PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants