-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-11769] [ML] Add save, load to all basic Transformers #9755
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
Conversation
…and ones which include Vector and other non-basic types for Params or data
|
Test build #46047 has finished for PR 9755 at commit
|
|
Test build #46053 has finished for PR 9755 at commit
|
|
Test build #46054 has finished for PR 9755 at commit
|
|
Don't commit yet. I just realized I forgot to overload the load method, so it's not Java compatible. |
|
OK hopefully good pending tests |
|
Test build #46100 has finished for PR 9755 at commit
|
This excludes Estimators and ones which include Vector and other non-basic types for Params or data. This adds: * Bucketizer * DCT * HashingTF * Interaction * NGram * Normalizer * OneHotEncoder * PolynomialExpansion * QuantileDiscretizer * RFormula * SQLTransformer * StopWordsRemover * StringIndexer * Tokenizer * VectorAssembler * VectorSlicer CC: mengxr Author: Joseph K. Bradley <[email protected]> Closes #9755 from jkbradley/transformer-io. (cherry picked from commit d98d1cb) Signed-off-by: Xiangrui Meng <[email protected]>
|
LGTM. Merged into master and branch-1.6. Thanks! |
This excludes Estimators and ones which include Vector and other non-basic types for Params or data. This adds:
CC: @mengxr