From e3a21f03aa09157a107ea4c5dbf7487d106c1676 Mon Sep 17 00:00:00 2001 From: majedov <52704162+majedov@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:50:11 +0300 Subject: [PATCH] idx isn't used here --- ...es for Intervention Prediction - Mechanical Ventilation.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/notebooks/Baselines for Intervention Prediction - Mechanical Ventilation.ipynb b/notebooks/Baselines for Intervention Prediction - Mechanical Ventilation.ipynb index b44591c..82ec440 100644 --- a/notebooks/Baselines for Intervention Prediction - Mechanical Ventilation.ipynb +++ b/notebooks/Baselines for Intervention Prediction - Mechanical Ventilation.ipynb @@ -203,7 +203,6 @@ "outputs": [], "source": [ "def std_time_since_measurement(x):\n", - " idx = pd.IndexSlice\n", " x = np.where(x==100, 0, x)\n", " means = x.mean()\n", " stds = x.std()\n",