Skip to content

Commit

Permalink
working version of backend and frontend, evidently done, working on t…
Browse files Browse the repository at this point in the history
…ests
MarkoBrie committed Feb 15, 2024
1 parent c965f2e commit c4c4245
Showing 6 changed files with 88 additions and 97,832 deletions.
32 changes: 10 additions & 22 deletions 4_Data_Drift_with_EvidentlyAI.ipynb
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "aa7f3a42",
"id": "45a97a2e",
"metadata": {},
"outputs": [],
"source": [
@@ -74,7 +74,7 @@
{
"cell_type": "code",
"execution_count": 11,
"id": "a23a7a80",
"id": "a28d5bc4",
"metadata": {},
"outputs": [
{
@@ -470,7 +470,7 @@
},
{
"cell_type": "markdown",
"id": "9a08a9c7",
"id": "ee175090",
"metadata": {},
"source": [
"## Testing on all features"
@@ -596,7 +596,7 @@
},
{
"cell_type": "markdown",
"id": "72bb7f05",
"id": "c9b65e0c",
"metadata": {},
"source": [
"## Testing on most important features"
@@ -605,7 +605,7 @@
{
"cell_type": "code",
"execution_count": 20,
"id": "a9d16c73",
"id": "d5c08ae2",
"metadata": {},
"outputs": [],
"source": [
@@ -722,30 +722,18 @@
},
{
"cell_type": "code",
"execution_count": 22,
"id": "4ab9e3f5",
"execution_count": 27,
"id": "7d6dfee7",
"metadata": {},
"outputs": [
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'evidently.dashboard'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[0;32mIn[22], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mevidently\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mdashboard\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m Dashboard\n",
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'evidently.dashboard'"
]
}
],
"outputs": [],
"source": [
"from evidently.dashboard import Dashboard"
"data_drift.save_html(\"EvidentlyAI_DataDrift.html\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "2930807c",
"id": "2a645c20",
"metadata": {},
"outputs": [],
"source": []
78 changes: 78 additions & 0 deletions EvidentlyAI_DataDrift.html

Large diffs are not rendered by default.

320 changes: 0 additions & 320 deletions Untitled.ipynb

This file was deleted.

48,745 changes: 0 additions & 48,745 deletions random_forest_baseline.csv

This file was deleted.

48,745 changes: 0 additions & 48,745 deletions random_forest_baseline_engineered.csv

This file was deleted.

0 comments on commit c4c4245

Please sign in to comment.