Hello, I hope you have your Yorkshire tea ready as today I am going to be exploring weighted averages using R. I used the code above to generate the table of the top 15 players by batting average in the 2022 county championship. Now the whole point of this blog is to devise a weighted […]
Kaggle January Playground Series – Tidymodels
Hello, hope you have your Yorkshire tea ready this is going to be a new series on the blog in which each month I am going to be tackling Kaggles monthly playground series. Find the link to Januarys below feel free https://www.kaggle.com/competitions/playground-series-s3e1 So let’s get started EDA Above is the structure of the training dataset. […]
F1 Strategy Analysis
I was recently browsing reddit and found this AMA from a former mercedes strategy engineer The most surprising thing was that most of the race strategy was calculated using VBA in excel. This isn’t some start up outfit this is the mighty Mercedes winners of the last 7 constructors and drivers championships. In this blog […]
FPL – Point Project Part 3
Hello, this is part 3 of building a model to project the points a player might score in a given game week. If you have not read part 1 or 2 links below Part 1 – https://theparttimeanalyst.com/2021/03/09/building-a-model-in-r-to-predict-fpl-points/ Part 2 – https://theparttimeanalyst.com/2021/04/22/fpl-point-projection-in-r-part-2/ Now that the estimate of the score is created its time to work out […]
FPL Point Projection in R – Part 2
Hello, welcome to part 2 of the series building a model to predict fantasy premier league points. If you missed the first part which i did some initial EDA go check it out here Building a Model in R to Predict FPL Points As I identified before the first part of this they key parts of […]
WPA – Bowler Review
Hello readers, and today is the next in m series of reviewing the WPA metric and what it can show. If this is the first one you are reading then go catch the other two linked here Win Probability Added – Batsman Review Twenty20 Win Probability Added The first blog covers the building of the model the […]
Win Probability Added – Batsman Review
Hello readers and welcome to the batsman review of my win probability added metric review. In the first part, linked here: https://theparttimeanalyst.com/2020/06/20/twenty20-win-probability-added/ I created the metric using a logistic regression machine learning model. Now its time to apply the model to real data and look at what insights it can show. The first question I […]
F1 2020 Season Review
Hello readers, its Monday the 4th January and this is the first of my hopefully weekly blogs in 2021. We will see how long that lasts! Today I’m going to be looking at the data underpinning the 2020 F1 season. The story of the season is clear Lewis Hamilton dominated to win his 7th world […]
F1 2020 -Season So Far and Why Racing Point’s Method of Designing the Car is Controversial
Hello Readers, Today i’m going to do a little data explore of the data from the F1 2020 season so far. Exploring a number of questions about the season so far. First of all looking at qualifying and why a lot of teams are annoyed by (t)Racing Point and the strategy they have used to […]
Pole Position Prediction- A tidymodels Example
Hello readers, today’s blog I will be looking at predicting the formula 1 grid using the Tidymodels collection of R packages. The idea is to use data from the practice sessions on a Friday, to give an idea of what the grid is expected to be for the race on Sunday before qualifying on Saturday. […]