Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-1406] Mllib pmml model export #3062

Commits on Oct 12, 2014

  1. export and pmml export traits

    kmeans test implementation
    selvinsource committed Oct 12, 2014
    Configuration menu
    Copy the full SHA
    a0e3679 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2014

  1. added javadoc and export model type in case there is a need to support

    other types of export (not just PMML)
    selvinsource committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    226e184 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2014

  1. added scala suite tests

    added saveLocalFile to ModelExport trait
    selvinsource committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    9bc494f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

  1. Configuration menu
    Copy the full SHA
    8e71b8d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. complete suite tests

    selvinsource committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    1433b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8841439 View commit details
    Browse the repository at this point in the history
  3. Update LICENSE

    added https://github.com/jpmml/jpmml-model library under BSD-style licenses
    the library is used to export the mining model to the PMML format
    selvinsource committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    07a29bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f75b988 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd6c07c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2014

  1. fixed cluster export

    selvinsource committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    aba5ee1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Configuration menu
    Copy the full SHA
    e1eb251 View commit details
    Browse the repository at this point in the history
  2. set it to private

    selvinsource committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    6357b98 View commit details
    Browse the repository at this point in the history
  3. set it to private

    selvinsource committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    c3ef9b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    349a76b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    834ca44 View commit details
    Browse the repository at this point in the history
  6. updated imports

    selvinsource committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    a1b4dc3 View commit details
    Browse the repository at this point in the history
  7. added pmml version to pmml model

    changed the copyright to spark
    selvinsource committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    df8a89e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae8b993 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e29dfb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2014

  1. [SPARK-1406] added pmml export for LinearRegressionModel,

    RidgeRegressionModel and LassoModel
    selvinsource committed Nov 28, 2014
    Configuration menu
    Copy the full SHA
    78515ec View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2014

  1. Configuration menu
    Copy the full SHA
    c67ce81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae8ae5 View commit details
    Browse the repository at this point in the history
  3. [SPARK-1406] Added target field to the regression model for completeness

    Adjusted unit test to deal with this change
    selvinsource committed Nov 29, 2014
    Configuration menu
    Copy the full SHA
    1faf985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19adf29 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2014

  1. Configuration menu
    Copy the full SHA
    82f2131 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. Configuration menu
    Copy the full SHA
    da2ec11 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. Configuration menu
    Copy the full SHA
    03bc3a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2014

  1. Configuration menu
    Copy the full SHA
    8fe12bb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2015

  1. Configuration menu
    Copy the full SHA
    d559ec5 View commit details
    Browse the repository at this point in the history
  2. [SPARK-1406] Added a PMMLExportable interface

    Restructured code in a new package mllib.pmml
    Supported models implements the new PMMLExportable interface:
    LogisticRegression, SVM, KMeansModel, LinearRegression, RidgeRegression,
    Lasso
    selvinsource committed Feb 8, 2015
    Configuration menu
    Copy the full SHA
    7b33b4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f46c75c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a949d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2015

  1. Configuration menu
    Copy the full SHA
    b25bbf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Merge remote-tracking branch 'upstream/master' into

    mllib_pmml_model_export_SPARK-1406
    
    Conflicts:
    	mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeansModel.scala
    selvinsource committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    b8823b0 View commit details
    Browse the repository at this point in the history
  2. fixed scala style

    selvinsource committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    e2ffae8 View commit details
    Browse the repository at this point in the history
  3. fixed scala issue

    selvinsource committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    1676e15 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. fix code style

    mengxr committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    472d757 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Merge pull request #1 from mengxr/SPARK-1406

    Update code style
    selvinsource committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    e2313df View commit details
    Browse the repository at this point in the history
  2. more code style

    mengxr committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    3c22f79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from mengxr/SPARK-1406

    more code style
    selvinsource committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    a0a55f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66b7c12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dea98ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25dce33 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2015

  1. Configuration menu
    Copy the full SHA
    cfcb596 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2015

  1. Configuration menu
    Copy the full SHA
    7a5e0ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30165c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. [SPARK-1406] Added Double Min and Max

    Fixed scala style
    selvinsource committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    085cf42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    852aac6 View commit details
    Browse the repository at this point in the history