-
Notifications
You must be signed in to change notification settings - Fork 193
Add automl regression and classification with model evaluation #911
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 automl regression and classification with model evaluation #911
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
| @@ -0,0 +1,1273 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -0,0 +1,1273 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
regression model evaluation componenet -> regression model evaluation pipeline component
Reply via ReviewNB
| @@ -0,0 +1,1273 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace : with . in first sentence
regression evluation component -> model evaluation pipeline component
you say 'pre-trained', but you train the model in the notebook
Add to services, Big Query
Reply via ReviewNB
| @@ -0,0 +1,1273 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -0,0 +1,1273 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -0,0 +1,1273 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -0,0 +1,1273 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
| @@ -0,0 +1,1273 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was for testing. Removed.
| @@ -0,0 +1,1273 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -0,0 +1,1273 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
…neh/vertex-ai-samples into soheilaz-model-eval
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_classification_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_classification_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_classification_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_classification_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_classification_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_classification_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_classification_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_classification_model_evaluation.ipynb
Show resolved
Hide resolved
…ex-ai-samples into soheilaz-model-eval
…ge textual descriptions, add UUID
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
notebooks/community/model_evaluation/automl_tabular_regression_model_evaluation.ipynb
Show resolved
Hide resolved
| @@ -0,0 +1,1473 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This gives me the following error:
AttributeError: 'NoneType' object has no attribute 'artifacts'
Wondering if you could debug?
Apparently task.outputs.get('feature_attributions')returns None
Reply via
This is the first draft for AutoML tabular regression model with the focus of model evolution.
Community Notebooksunder the notebooks/community folder:Community Notebookssection, pointing to the author or the author's team.Community Contentunder the community-content folder:Content Directory Nameis descriptive, informative, and includes some of the key products and attributes of your content, so that it is differentiable from other contentCommunity Contentsection, pointing to the author or the author's team.