From 1bd56ee72b518ddfd741f9aafe5b90fbfa8d174a Mon Sep 17 00:00:00 2001 From: alice Date: Wed, 31 May 2023 17:44:35 -0700 Subject: [PATCH] lol --- _notebooks/2023-05-30-predict.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_notebooks/2023-05-30-predict.ipynb b/_notebooks/2023-05-30-predict.ipynb index 420b701..d19840d 100644 --- a/_notebooks/2023-05-30-predict.ipynb +++ b/_notebooks/2023-05-30-predict.ipynb @@ -1942,7 +1942,8 @@ } ], "source": [ - "predictions.sort_values(\"diff\", ascending=False)" + "predictions.sort_values(\"diff\", ascending=False)\n", + "#this table below are the predictions for each day minus the first 10 years. The first 10 years of data was used to train the model." ] }, {