From 550649737daa9a89f7f8acb1d8008e5b4d60cfdf Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Mon, 2 Dec 2024 08:34:33 -0500 Subject: [PATCH] Remove race from sessions --- project/Modeling.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Modeling.ipynb b/project/Modeling.ipynb index dd54b75..4b496cc 100644 --- a/project/Modeling.ipynb +++ b/project/Modeling.ipynb @@ -74,7 +74,7 @@ "source": [ "# Define years and sessions of interest\n", "years = [2021, 2022, 2023, 2024]\n", - "sessions = ['Q', 'Race'] # Qualifying and Race sessions\n", + "sessions = ['Race'] # Qualifying and Race sessions\n", "# events = ['Brazil', 'Australia', 'Italy', 'United States'] \n", "events = ['Great Britain', 'Mexico', 'Brazil', 'Bahrain', 'United States'] " ]