The new algorithm that I will be using is called a "random forest" model. In short, a random forest model uses many decisions trees in order to make predictions based on data. Think of a decision tree as a flowchart, sorting every prospect into different groups based on their production and workout data. This is what a single tree in this "random forest" can look like:
All of these decision trees are used on each prospect, and the average of all the trees in the forest is what is used as a prediction for each prospect's NFL career. As with the linear regression model, we are using approximate value per season as the production metric we are looking to find. AV isn't a perfect metric by any means, but I would like to be able to compare across positions once this project is finished and this seemed like the best way to do it. The parameters used in the random forest are market share of receptions, yards per team attempt, TDs per team attempt, career rushing yards, career kick return yards, career punt return yards, a logarithmic transformation of draft position, "breakout" age (age when a prospects records >35% of team yards), weight, broad jump, and 3 cone time.
In order to rank this year's prospects, I took the average of the linear and random forest models. The draft position is a very rough assumed number (CBS's .... interesting prospect list this year makes it harder to get an actual number for each guy). Here's the top 10 list:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2.76
|
|
|
|
|
|
|
|
|
Since 2014, there have only been 5 wide receivers with a higher grade than DJ Moore: Amari Cooper, Corey Davis, Corey Coleman, Sammy Watkins, and Odell Beckham. Calvin Ridley's number would the lowest for a 1st round receiver since 2014. The next 5 lowest are Cordarelle Patterson, Phillip Dorsett, Mike Williams, Breshad Perriman, and Laquon Treadwell.
As for late round gems, Tre'Quan Smith, and Daurice Fountain seem to top the list. They place 10th and 12th respectively out of 72 ranked prospects taken in the 4th round or later since 2014. That list includes guys like Dede Westbrook(1st), Jamison Crowder (4th), Tyreek Hill (7th), and Stefon Diggs (9th).
No comments:
Post a Comment