2023-12-22

Motivate

With this application, you can get win probability of FC Barcelona in real time only with 3 informations following.

  • The number of goals scored by FC Barcelona
  • The number of goals scored by Opponent team
  • Game time

About the prediction model

For Prediction, we used ‘Logistic Regression Model’

Explanatory variables

  • The number of goals scored by FC Barcelona(integer ranging from 0 to 10)

  • The number of goals scored by Opponent team(also ranging from 0 to 10)

  • Game time(integer ranging 0 from 90(min))

Response variable

  • Win Probability of FC Barcelona(%) (‘100 - Win Probability’ is Probability of draw or lose)

Manual

The method of use of this application is following.

  1. ~ 3. Select values of explanatory variables.

  2. Then you can check the win probability at bottom right.

Thank you :)