Skip to content

Tom-ne/frc-winner-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sure! Here's a sample GitHub README for your project:


FRC Match Winner Prediction

This project uses the TBA (The Blue Alliance) API to retrieve 2023 FRC match data and trains a Support Vector Machine (SVM) model to predict the winning alliance of a match.

Table of Contents

Introduction

The First Robotics Competition (FRC) is an annual robotics competition that brings together high school students, mentors, and robots to compete in various challenges. Predicting the outcome of matches can be a fun and educational exercise in machine learning and data analysis. This project leverages the TBA API to gather match data and trains an SVM model to predict the winning alliance.

Features

  • Fetches match data from the TBA API for the 2023 FRC season.
  • Processes and prepares data for training.
  • Trains an SVM model to predict the winning alliance.
  • Provides predictions for upcoming matches.

Data

The data is fetched from the TBA API and includes information about matches, teams, and results for the 2023 FRC season. The data is preprocessed and split into training and testing sets before training the model.

Model

The SVM (Support Vector Machine) model is used to predict the winning alliance of a match. The model is trained using features derived from the match data, such as team rankings, scores, and other relevant statistics.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published