tritonhacks / Tritonhack2024-ML-Starter-Kit

https://tritonhacks.github.io/Tritonhack2024-ML-Starter-Kit/
0 stars 2 forks source link

Tritonhack2024-ML-Starter-Kit

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 Sources

Data for this project is collected from Crab Age Prediction Dataset. Feel free to explore your own dataset that inspire/excites you!

IMPORTANT: Downloading the Data

  1. Download the csv file from the above link
  2. On your local computer, place the csv file in the folder called data inside the Tritonhack2024-ML-Starter-Kit repository

Project Structure

├── 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