Initial commit- repo setup/skeletons

This commit is contained in:
Sean O'Connor
2024-11-18 08:14:05 -05:00
commit 32186b26da
4 changed files with 171 additions and 0 deletions

34
project/Modeling.ipynb Normal file
View 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
}