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

Add support for scoring metrics to Runtime.cross_validate() #21

Open
raghukiran1224 opened this issue Jul 13, 2021 · 1 comment
Open
Labels
cfp-runtime Codeflare pipelines runtime enhancement New feature or request user-story User story

Comments

@raghukiran1224
Copy link
Contributor

Overview

Current implementation does not accept user specified scoring metric(s). For example,
cross_val_score(pipeline, X_test, y_test, scoring="neg_mean_squared_error", cv=10)
The list of sklearn model evaluation metrics are listed here
https://scikit-learn.org/stable/modules/model_evaluation.html#scoring-parameter

Acceptance Criteria

One common use case documented below is supported by codeflare pipeline.
https://scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html#sphx-glr-auto-examples-model-selection-plot-underfitting-overfitting-py

Questions

Assumptions

Reference

@raghukiran1224 raghukiran1224 added enhancement New feature or request cfp-runtime Codeflare pipelines runtime user-story User story labels Jul 13, 2021
@raghukiran1224
Copy link
Contributor Author

created by @yuanchi2807

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cfp-runtime Codeflare pipelines runtime enhancement New feature or request user-story User story
Projects
None yet
Development

No branches or pull requests

1 participant