Skip to content

Commit

Permalink
Remove TextOverviewPresets references from examples and docs (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim authored Oct 22, 2024
1 parent 3106c3b commit 082f131
Showing 1 changed file with 0 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"from evidently.metric_preset import RegressionPreset\n",
"from evidently.metric_preset import ClassificationPreset\n",
"from evidently.metric_preset import TargetDriftPreset\n",
"from evidently.metric_preset import TextOverviewPreset\n",
"\n",
"from evidently.metrics import *\n",
"\n",
Expand Down Expand Up @@ -360,52 +359,6 @@
"classification_report.json()"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "IAe0g1SWlV4L"
},
"source": [
"# Text Overview Preset"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 1000
},
"id": "9H8xHPN-tYY8",
"outputId": "644abbf8-d717-484f-8125-902b99288c59"
},
"outputs": [],
"source": [
"text_overview_report = Report(metrics=[\n",
" TextOverviewPreset(column_name=\"Review_Text\")\n",
"])\n",
"\n",
"text_overview_report.run(reference_data=reviews_ref, current_data=reviews_cur, column_mapping=column_mapping)\n",
"text_overview_report"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 104
},
"id": "msjgy3j-f-5i",
"outputId": "0e86becd-b75d-42f9-d115-72de002f8786"
},
"outputs": [],
"source": [
"text_overview_report.json()"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit 082f131

Please sign in to comment.