Skip to content

Commit 8b88aa8

Browse files
committed
Updated notebook
1 parent 17ad43b commit 8b88aa8

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

jupyter/anomaly_detection_creditcard.ipynb

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,22 @@
5959
"| Endpoint | Enables real-time predictions |\n",
6060
"| Monitoring | Tracks model performance |\n",
6161
"\n",
62-
"### Requirements\n",
6362
"\n",
64-
"1. You should already have created an Azure account, and created a [Subscription](https://techcommunity.microsoft.com/discussions/azure/understanding-azure-account-subscription-and-directory-/34800) and a [Workspace](https://learn.microsoft.com/en-us/azure/machine-learning/concept-workspace?view=azureml-api-2).\n",
65-
"2. this exercise assumes that you've already downloaded the [Credit Card Fraud Detection](https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud) dataset from kaggle, and stored this in 'Assets -> Data' inside your Azure account under the name, 'creditcard_fraud'.**\n",
63+
"## Workflow Overview\n",
64+
"\n",
65+
"The system follows these steps:\n",
66+
"\n",
67+
"1. Load transaction data \n",
68+
"2. Clean and prepare the data \n",
69+
"3. Process features \n",
70+
"4. Train the model \n",
71+
"5. Evaluate performance \n",
72+
"6. Prepare for deployment \n",
73+
"\n",
74+
"Each step improves accuracy and reduces false alerts.\n",
75+
"\n",
76+
"\n",
77+
"\n",
6678
"\n",
6779
"### About Jupyter Notebooks\n",
6880
"\n",

0 commit comments

Comments
 (0)