From 71d52dd74c12067b7ec62bf9df8ac1a3d2a325a0 Mon Sep 17 00:00:00 2001 From: Lyudmila Vaseva <vaseva@mi.fu-berlin.de> Date: Mon, 11 Mar 2019 08:54:56 +0100 Subject: [PATCH] Add note on "group" --- src/explore.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/explore.ipynb b/src/explore.ipynb index 9413ade..c820a0d 100644 --- a/src/explore.ipynb +++ b/src/explore.ipynb @@ -306,12 +306,14 @@ "print (df.query('af_group!=\"default\"'))\n", "\n", "# --> so available groups are \"default\" and \"feedback\"\n", - "# TODO: question: what do they mean?" + "# TODO: question: what do they mean?\n", + "# From https://www.mediawiki.org/wiki/Extension:AbuseFilter/abuse_filter_table :\n", + "# \"The group this filter belongs to, as defined in $wgAbuseFilterValidGroups.\" still don't get it" ] }, { "cell_type": "code", - "execution_count": 43, + "execution_count": 5, "metadata": {}, "outputs": [ { -- GitLab