In this machine learning project, we will build a regression model to predict any values that you want. In our starter project, we will use crab age data to predict crab age based on given measurements for a species of crab in order for you to understand data science project and starter building your own project. Click the the title of README.MD or this link to read the instructions!
Data for this project is collected from Crab Age Prediction Dataset. Feel free to explore your own dataset that inspire/excites you!
data
inside the Tritonhack2024-ML-Starter-Kit
repository├── data/ <- Local data folder to put csv file in (do not commit)
│
├── images/ <-- Images in the Jupyter notebooks
│
├── notebooks/ <-- Jupyter notebooks
│
├── .gitignore <-- Git ignore file
│
├── README.md <-- The repository README
│
├── _config.yml <-- Configuration file (for Github pages theme)
│
├── environment.yml <-- Conda environment file
│
└── index.md <-- Installation guide to get started