-
Notifications
You must be signed in to change notification settings - Fork 383
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
Update notebooks for categorical features to pass through FeatureMetadata #2011
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
romanlutz
approved these changes
Mar 17, 2023
4 similar comments
gaugup
pushed a commit
that referenced
this pull request
Mar 23, 2023
…data (#2011) * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-census-classification-model-debugging.ipynb * Update responsibleaidashboard-census-classification-model-debugging.ipynb * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-diabetes-regression-model-debugging.ipynb * Update responsibleaidashboard-census-classification-model-debugging.ipynb * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-housing-classification-model-debugging.ipynb * Update responsibleaidashboard-housing-classification-model-debugging.ipynb * Update responsibleaidashboard-census-classification-model-debugging.ipynb * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-diabetes-regression-model-debugging.ipynb * Update responsibleaidashboard-housing-decision-making.ipynb * Update responsibleaidashboard-multiclass-dnn-model-debugging.ipynb * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-diabetes-regression-model-debugging.ipynb * Update responsibleaidashboard-housing-classification-model-debugging.ipynb * Update responsibleaidashboard-housing-decision-making.ipynb
gaugup
added a commit
that referenced
this pull request
Mar 23, 2023
* Add validations for model predictions Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Add test Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Undo change Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Update notebooks for categorical features to pass through FeatureMetadata (#2011) * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-census-classification-model-debugging.ipynb * Update responsibleaidashboard-census-classification-model-debugging.ipynb * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-diabetes-regression-model-debugging.ipynb * Update responsibleaidashboard-census-classification-model-debugging.ipynb * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-housing-classification-model-debugging.ipynb * Update responsibleaidashboard-housing-classification-model-debugging.ipynb * Update responsibleaidashboard-census-classification-model-debugging.ipynb * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-diabetes-regression-model-debugging.ipynb * Update responsibleaidashboard-housing-decision-making.ipynb * Update responsibleaidashboard-multiclass-dnn-model-debugging.ipynb * Update responsibleaidashboard-diabetes-decision-making.ipynb * Update responsibleaidashboard-diabetes-regression-model-debugging.ipynb * Update responsibleaidashboard-housing-classification-model-debugging.ipynb * Update responsibleaidashboard-housing-decision-making.ipynb * [Model Overview] Metrics Template support with OD-specific optional args (#2002) * OD label support ckpt * Surfaced OD metrics * numLabels update * lint fixes * main fetch * line end changes * var fix * ts lint fix * lint autofixes * Object Detection Model Overview Flask template (#2004) * flask endpoint infra template * docstring and lint fixes * lint fixes * lint fixes * lint autofixes * error statement fix * Model Overview: Object Detection Widgets for Aggregate Methods, Class selection, & IoU Threshold (#1997) * agg method & iou thresh widgets ckpt * class selection widget * widget option format fix * comment fixes * widget size & lint fixes * semiclon lint fix * od widget options refactor * lint complexity fixes * lint complexity fixes * comment fixes * refactor to reduce complexity * complexity refactor * lint fixes * autolint fixes * Address code review comments Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> --------- Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> Co-authored-by: tongy-msft <91754176+tongyu-microsoft@users.noreply.github.com> Co-authored-by: Advitya Gemawat <agemawat@ucsd.edu> Co-authored-by: Advitya Gemawat <agemawat@microsoft.com>
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Previously we have a PR where we deprecated the existing categorical_features arg with a note to switch to feature_metadata.categorical_features: #1934
This PR updates the sample notebooks for customers to pass categorical_features via feature_metadata.categorical_features
Checklist