Skip to content

Commit

Permalink
tidying notebook examples for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanknights authored and kmaphoenix committed Nov 26, 2024
1 parent 541ea25 commit 4f4c370
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
8 changes: 1 addition & 7 deletions examples/bot_building_series/builders_101.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Copyright 2023 Google LLC\n",
"# Copyright 2024 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
Expand Down Expand Up @@ -511,12 +511,6 @@
"\n",
"Happy Coding!"
]
},
{
"cell_type": "markdown",
"id": "f93983c0",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down
11 changes: 3 additions & 8 deletions examples/nlu_analysis_series/nlu_evaluation_testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"There are 3 main stages that happen for the Eval Pipeline:\n",
"1. Process and validate the input data\n",
"2. Run the Eval Tests\n",
"3. Write the output summary and details to a report."
"3. Write the output summary and details to a report"
]
},
{
Expand Down Expand Up @@ -348,7 +348,7 @@
"1. An output file for the full detailed results\n",
"2. An output file for the report summary\n",
"\n",
"- `agent_id`, The Dialogflow CX Agent ID.\n",
"- `agent_id`, The Dialogflow CX Agent ID\n",
"- `input_path`, The local path where your input data lives\n",
"- `output_summary_path`, The local path where you want the report summary written\n",
"- `output_results_path`, The local path where you want the full results written\n",
Expand Down Expand Up @@ -378,7 +378,7 @@
"There are 3 main stages that happen for the Eval Pipeline:\n",
"1. Process and validate the input data\n",
"2. Run the Eval Tests\n",
"3. Write the output summary and details to a report."
"3. Write the output summary and details to a report"
]
},
{
Expand Down Expand Up @@ -407,11 +407,6 @@
"nlu.write_summary_to_file(df, output_summary_path)\n",
"nlu.write_results_to_file(df, output_results_path)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"This should be the only cell of the notebook you need to edit in order for this notebook to run.\n",
"\n",
"Getting an the training phrsaes data from your existing DFCX agent requires the following information:\n",
"- `creds_path`, path to your service account credentials file.\n",
"- `creds_path`, path to your service account credentials file\n",
"- `agent_id`, which is your GCP agent ID.\n",
"- `flow_display_name`, the Display Name of the Flow to use\n",
"- `page_display_name`, the Display Name of the Page to use"
Expand Down

0 comments on commit 4f4c370

Please sign in to comment.