Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
64571f9
Add Cloud natural language pipeline colab notebook
Narwhalprime Dec 15, 2022
917d513
Add ready-to-go text classification pipeline colab notebook
Narwhalprime Dec 15, 2022
782e685
Ran reformatting scripts on text classification pipeline colab notebooks
Narwhalprime Dec 15, 2022
ebc7b62
Update CODEOWNERS files
Narwhalprime Dec 15, 2022
aa3f917
Fix order of cells in cloud_natural_language_pipeline.ipynb
Narwhalprime Dec 16, 2022
d596206
Remove unused variables via linter for text classification colabs; fi…
Narwhalprime Dec 16, 2022
a125a31
Minor fix: remove GCPC version requirement
Narwhalprime Dec 19, 2022
93eaf80
Minor fix: remove outputs
Narwhalprime Dec 19, 2022
ca14981
fix formatting with nbfmt
Narwhalprime Dec 19, 2022
e4bbe5b
move ready-to-go pipeline to notebooks/community
Narwhalprime Dec 22, 2022
a84d590
fix link
Narwhalprime Dec 22, 2022
a983fd6
update CODEOWNERS
Narwhalprime Dec 22, 2022
0b26ee3
move text classification colabs to notebooks/community/pipelines
Narwhalprime Dec 22, 2022
909144a
Address initial comments on NL notebook
Narwhalprime Jan 4, 2023
0cdb0f2
Remove commented lines in NL notebook
Narwhalprime Jan 4, 2023
05fba85
minor cell formatting
Narwhalprime Jan 4, 2023
ca99062
clear outputs
Narwhalprime Jan 4, 2023
9a18784
minor changes to NL notebook
Narwhalprime Jan 4, 2023
fe686a3
address comments for ready-to-go pipeline
Narwhalprime Jan 4, 2023
855e960
run linter locally
Narwhalprime Jan 4, 2023
fab4080
add pipeline description to NL pipeline
Narwhalprime Jan 4, 2023
74d8ce0
run linter locally (PR check could not lint)
Narwhalprime Jan 5, 2023
dae0c93
Add cell to examine metrics, update kernel restart cell from official…
Narwhalprime Jan 9, 2023
fc804d4
lint
Narwhalprime Jan 9, 2023
ede48b6
Update default fields and URLs in NL notebook
Narwhalprime Jan 23, 2023
be3ae6a
Fix URLs in ready to go notebook
Narwhalprime Jan 23, 2023
fa4632f
run linter
Narwhalprime Jan 23, 2023
47978b3
merge
Narwhalprime Jan 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move text classification colabs to notebooks/community/pipelines
  • Loading branch information
Narwhalprime committed Dec 22, 2022
commit 0b26ee3fbd0dda32071681ee6434cea4363cca20
5 changes: 3 additions & 2 deletions notebooks/community/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
/notebooks/community/vizier/conversions_vertex_vizier_and_open_source_vizier.ipynb @halio-g
/notebooks/community/experiments/vertex_ai_model_experimentation.ipynb @inardini @asobran
/notebooks/community/pipelines/google_cloud_pipeline_components_bqml_pipeline_anomaly_detection.ipynb @inardini
/notebooks/community/natural_language/cloud_natural_language_pipeline.ipynb @Narwhalprime
/notebooks/community/text_classification/ready_to_go_text_classification_pipeline.ipynb @Narwhalprime
/notebooks/community/pipelines/google_cloud_pipeline_components_cloud_natural_language_pipeline.ipynb @Narwhalprime
/notebooks/community/pipelines/google_cloud_pipeline_components_ready_to_go_text_classification_pipeline.ipynb @Narwhalprime

Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
"source": [
"# Next steps\n",
"\n",
"For an alternate approach, please check out the [\"ready-to-go\" text classification pipeline](https://colab.research.google.com/github/GoogleCloudPlatform/vertex-ai-samples/blob/master/notebooks/community/text_classification/ready_to_go_text_classification_pipeline.ipynb). This pipeline exposes the model logic for further customization if needed, and adds an additional pipeline step to deploy the model to enable online predictions."
"For an alternate approach, please check out the [\"ready-to-go\" text classification pipeline](https://colab.research.google.com/github/GoogleCloudPlatform/vertex-ai-samples/blob/master/notebooks/community/pipelines/google_cloud_pipeline_components_ready_to_go_text_classification_pipeline.ipynb). This pipeline exposes the model logic for further customization if needed, and adds an additional pipeline step to deploy the model to enable online predictions."
]
}
],
Expand Down