mirror of
https://github.com/soconnor0919/f1-race-prediction.git
synced 2026-02-04 15:56:36 -05:00
Remove race from sessions
This commit is contained in:
@@ -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'] "
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user