Skip to content

A simple Python tool that finds the top N teams for the Fantasy Formula 1 2022.

License

Notifications You must be signed in to change notification settings

rokstrnisa/fantasy-formula-1-2022-top-teams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fantasy Formula 1 2022 Predictor

Table of Contents

Description Version History Languages, Libraries, and Modules Installation Instructions Copyright and License

Description

This tool is used to make predictions on Formula 1 race winners for the new 2022 season, to be utilized for Fantasy Formula 1 team formation on.

Each version of the Fantasy Formula 1 2022 Predictor tool uses different estimation criteria to form predictions of the best fantasy team selection. It is recommended that multiple versions be run to achieve an ideal team selection. Further details on each version’s functionality can be found in the README of its according subdirectory.

Version History

  • v1: Predicts top N teams based on last year's data.
  • v2: Uses external predictions to find the best team.
  • v3: Uses external predictions with Monte Carlo to find the best team.
  • v4: Like v3, but uses not-classifying odds rather than race odds.
  • v5: Like v4, but tracks all teams' scores and considers streaks.

Languages, Libraries, and Modules

This tool is written in python and utilizes the following modules and libraries:

Installation Instructions

The code for this repository can be obtained via one of the following methods:

  1. Clone this repository - Further details on this method can be found here.
  2. Download the .zip file. Navigate to the main page of this directory, select the green "Code" button, and select "Download ZIP".

You must have python or python3 installed on your system to run this tool. You will also need the according modules and libraries installed for the version you are attempting to run, as listed in the "Languages, Libraries, and Modules" section. These libraries and modules may be installed individually at the command line using pip or pip3.

Version 1 of this tool relies on data from previous races, so the '/data' folder contained in the v1 directory must be present in the same directory as 'main.py'.

Copyright and License

This project is released under the MIT License. More information on the copyright of this code and its license limitations, click here.

About

A simple Python tool that finds the top N teams for the Fantasy Formula 1 2022.

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages