mirror of
https://github.com/soconnor0919/f1-race-prediction.git
synced 2026-02-05 00:06:39 -05:00
Initial commit- repo setup/skeletons
This commit is contained in:
34
project/Modeling.ipynb
Normal file
34
project/Modeling.ipynb
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Formula One Project: Modeling\n",
|
||||
"\n",
|
||||
"DUE: December 4th, 2024 (Wed) \n",
|
||||
"Name(s): Sean O'Connor, Connor Coles \n",
|
||||
"Class: CSCI 349 - Intro to Data Mining \n",
|
||||
"Semester: Fall 2024 \n",
|
||||
"Instructor: Brian King "
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Assignment Description\n",
|
||||
"\n",
|
||||
"Copy over the important cells from the previous step that read in and cleaned your data to this new notebook file. You do not need to copy over all your EDA and plots describing your data, only the code that prepares your data for modeling. This notebook is about exploring the development of predictive models. Some initial preliminary work on applying some modeling techniques should be completed.\n",
|
||||
"Be sure to commit and push all supporting code that you've completed in this file. Include in this notebook a summary cell at the top that details your accomplishments, challenges, and what you expect to accomplish for your final steps. Be sure to update your readme.md in your repository."
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"language_info": {
|
||||
"name": "python"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
}
|
||||
Reference in New Issue
Block a user