A Fantasy Sports Wizard's Winning Formula
online.wsj.com
A Fantasy Sports Wizard's Winning Formula
1–10 of 41 posts
Re: A Fantasy Sports Wizard's Winning Formula
#2Re: A Fantasy Sports Wizard's Winning Formula
#3Daily fantasy is a whole new beast - it's at the intersection of data science, predictive modeling, quants, poker players, sports guys, Vegas, startups (FanDuel and DraftKings are killing it), bootstrapped entrepreneurs (RotoViz). You can make some serious money, put down $5 to make your Sunday afternoon more exciting, or play around with a new data modeling library on some interesting data.
There's a whole industry built around fantasy sports if you look just past the surface of ESPN Fantasy leagues. There are subscriptions sites offering premium content, people willing to sell you their Baynesian prediction models, ebooks about strategy, weekly video shows talking about the best plays. I read somewhere that fantasy football was actually worth more as industry than the NFL!
PS: If you want to try it out, here's a shameful affiliate link because I'm turning into a gamling degenerate: https://www.fanduel.com/?invitedby=swan3788&cnl=da
Re: A Fantasy Sports Wizard's Winning Formula
#4I've been thinking about this recently. A developer could do so much better (he's still copying from spreadsheets). Who wants to put this guy out of business with me?
For example, the chance that a player plays at all (if they are in questionable health) is one of the most important signals. But you can't just write a regression from past data on that player/team/coach. An intuitive guess from reading several media reports will be far for accurate. This guy is surely manually entering a "%chance of playing" driver into these models.
But, if you teamed up with a subject matter expert that fed meta-predictions into your model, you'd likely end up with better results.
Re: A Fantasy Sports Wizard's Winning Formula
#5I've been thinking about this recently. A developer could do so much better (he's still copying from spreadsheets). Who wants to put this guy out of business with me?
Re: A Fantasy Sports Wizard's Winning Formula
#6I've been thinking about this recently. A developer could do so much better (he's still copying from spreadsheets). Who wants to put this guy out of business with me?
You'll surely be more efficient with handling data, but you don't have digital access to all the data you'd need. For example, the chance that a player plays at all (if they are in questionable health) is one of the most important signals. But you can't just write a regression from past data on that player/team/coach. An intuitive guess from reading several media reports will be far for accurate. This guy is surely m…
It occurs to me that collating said data in an accessible format for a modest fee would be a pretty good low hanging fruit business idea. I'm sure there must be something like that out there but last time I looked into this, 2-3 years ago, I couldn't even get the NBA schedule in JSON or some other programming-friendly format, let alone things like injuries and lineup changes.
Re: A Fantasy Sports Wizard's Winning Formula
#7Re: A Fantasy Sports Wizard's Winning Formula
#8I've been thinking about this recently. A developer could do so much better (he's still copying from spreadsheets). Who wants to put this guy out of business with me?
I don't know about putting him out of business, but I bet I could put myself in business with him.
Re: A Fantasy Sports Wizard's Winning Formula
#9Earlier quoted context omitted.
You'll surely be more efficient with handling data, but you don't have digital access to all the data you'd need. For example, the chance that a player plays at all (if they are in questionable health) is one of the most important signals. But you can't just write a regression from past data on that player/team/coach. An intuitive guess from reading several media reports will be far for accurate. This guy is surely m…
> You'll surely be more efficient with handling data, but you don't have digital access to all the data you'd need. It occurs to me that collating said data in an accessible format for a modest fee would be a pretty good low hanging fruit business idea. I'm sure there must be something like that out there but last time I looked into this, 2-3 years ago, I couldn't even get the NBA schedule in JSON or some other progr…
Edit: After a quick Google search I found several data providers: http://www.quora.com/Are-there-any-APIs-with-game-schedules-...
Re: A Fantasy Sports Wizard's Winning Formula
#10I've been thinking about this recently. A developer could do so much better (he's still copying from spreadsheets). Who wants to put this guy out of business with me?