Skip to content

[SPARK-10236] [MLLIB] update since versions in mllib.feature#8449

Closed
mengxr wants to merge 2 commits into
apache:masterfrom
mengxr:SPARK-10236.feature
Closed

[SPARK-10236] [MLLIB] update since versions in mllib.feature#8449
mengxr wants to merge 2 commits into
apache:masterfrom
mengxr:SPARK-10236.feature

Conversation

@mengxr

@mengxr mengxr commented Aug 26, 2015

Copy link
Copy Markdown
Contributor

Same as #8421 but for mllib.feature.

cc @dbtsai

@SparkQA

SparkQA commented Aug 26, 2015

Copy link
Copy Markdown

Test build #41588 has finished for PR 8449 at commit ad70b03.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class ChiSqSelectorModel @Since("1.3.0") (
    • class ChiSqSelector @Since("1.3.0") (
    • class ElementwiseProduct @Since("1.4.0") (
    • class IDF @Since("1.2.0") (@Since("1.2.0") val minDocFreq: Int)
    • class Normalizer @Since("1.1.0") (p: Double) extends VectorTransformer
    • class PCA @Since("1.4.0") (@Since("1.4.0") val k: Int)
    • class StandardScaler @Since("1.1.0") (withMean: Boolean, withStd: Boolean) extends Logging
    • class StandardScalerModel @Since("1.3.0") (

@dbtsai

dbtsai commented Aug 26, 2015

Copy link
Copy Markdown
Member

LGTM. Waiting for test result.

@SparkQA

SparkQA commented Aug 26, 2015

Copy link
Copy Markdown

Test build #41602 has finished for PR 8449 at commit 0e8d658.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class ChiSqSelectorModel @Since("1.3.0") (
    • class ChiSqSelector @Since("1.3.0") (
    • class ElementwiseProduct @Since("1.4.0") (
    • class IDF @Since("1.2.0") (@Since("1.2.0") val minDocFreq: Int)
    • class Normalizer @Since("1.1.0") (p: Double) extends VectorTransformer
    • class PCA @Since("1.4.0") (@Since("1.4.0") val k: Int)
    • class StandardScaler @Since("1.1.0") (withMean: Boolean, withStd: Boolean) extends Logging
    • class StandardScalerModel @Since("1.3.0") (

asfgit pushed a commit that referenced this pull request Aug 26, 2015
Same as #8421 but for `mllib.feature`.

cc dbtsai

Author: Xiangrui Meng <meng@databricks.com>

Closes #8449 from mengxr/SPARK-10236.feature and squashes the following commits:

0e8d658 [Xiangrui Meng] remove unnecessary comment
ad70b03 [Xiangrui Meng] update since versions in mllib.feature

(cherry picked from commit 321d775)
Signed-off-by: DB Tsai <dbt@netflix.com>
@dbtsai

dbtsai commented Aug 26, 2015

Copy link
Copy Markdown
Member

Merged into master and branch 1.5. Thanks.

@asfgit asfgit closed this in 321d775 Aug 26, 2015
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.

3 participants