From 2b99c292e0f6fe02c8225d1aeab52c867c8a73f5 Mon Sep 17 00:00:00 2001 From: turnmanh <17703667+turnmanh@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:23:31 +0100 Subject: [PATCH] fixed wording for task: estimate if a given x in D is anomalous --- notebooks/nb_01_0_intro_anomaly_detection.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/notebooks/nb_01_0_intro_anomaly_detection.ipynb b/notebooks/nb_01_0_intro_anomaly_detection.ipynb index c3e0c8c..f427154 100644 --- a/notebooks/nb_01_0_intro_anomaly_detection.ipynb +++ b/notebooks/nb_01_0_intro_anomaly_detection.ipynb @@ -103,6 +103,9 @@ { "cell_type": "code", "execution_count": null, + "metadata": { + "collapsed": false + }, "outputs": [], "source": [ "import numpy as np\n", @@ -120,10 +123,7 @@ "\n", "%matplotlib inline\n", "matplotlib.rcParams['figure.figsize'] = (5, 5)\n" - ], - "metadata": { - "collapsed": false - } + ] }, { "cell_type": "markdown", @@ -312,7 +312,7 @@ " - $p$ relative frequency of $F_1$\n", "- Data set $D \\stackrel{\\text{IID}}{\\sim} F=(1-p)F_0 + pF_1$\n", "\n", - "**Task:** Estimate if given $x$ is anomalous\n", + "**Task:** Estimate if a given $x \\in D$ is anomalous\n", "\n", "**Assumptions:**\n", "- *Few*: $p \\ll 1/2$\n",