Skip to content

Calculates the match percentages for MTV's "Are You The One?". I adapted the code to use it in the Latin America version of the show. This was my obsession for months.

Notifications You must be signed in to change notification settings

milg15/AreYouTheOne

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

AreYouTheOne

IMPORTANT: Please use the latest version of this code. The was an issue inserted about two weeks ago, which has now been fixed!

Are You The One? Code

NEW FEATURE: Blackout odds and Beam probabilities. Before the number of lights are revealed, put the current week's guesses into the currentWeek variable and run the code. It will print out the blackout odds and the liklihood of each beam count.

Calculates the likelihoods of each couple being a perfect match (assuming all matches are equally likely).

IMPORTANT:

  • Each week, update the weeks choices and number of matches (as well as the allWeeks list!).
  • Each week, update the truth booth information.

The 'load_from_file' boolean specifies whether the matches should be loaded from the match file For the first time you run, make sure this is set to False (unless you have the allmatches.p file already!) Then you can change it to True in order to run faster. load_from_file = False

Fork note:

This has been used for the Latin America Version of are you the one

About

Calculates the match percentages for MTV's "Are You The One?". I adapted the code to use it in the Latin America version of the show. This was my obsession for months.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 100.0%