DATA301_projects/README.md

10 lines
459 B
Markdown
Raw Normal View History

2022-11-20 23:57:27 +00:00
# DATA301_projects
2022-12-07 14:02:34 +00:00
## Project 1 Contents
2022-11-21 00:11:59 +00:00
2022-12-07 01:39:50 +00:00
The main notebook is _project_1_eda_and_model_training.ipynb_. The notebook imports data from _diamonds.csv_, explores the data and sets up three regression models to predict diamond prices.
The second notebook, _project_1_predictions.ipynb_, loads three trained models from the current directory and makes predictions based on a single row of data.
The models are evaluated by comparing root mean square scores.