Python for DFS | Intro to Game Stacking with pydfs-lineup-optimizer

preview_player
Показать описание
#DFS #DailyFantasySports #Python

Today we are going to be learning the basic tools available within the pydfs-lineup-optimizer python module for conducting Game Stacks.

Check out my website for the written tutorial, as well as the downloadable jupyter notebook file used in the video!


Check us out on patreon as well!

Help me help you! -- Affiliate Links
Patreon -- Help support the channel and get priority access to me for any questions, as well as access to the private discord with other members to discuss dfs in general!

Solace Bands -- Need an Apple Watch band? Check out Solace bands. I have used them for a while now and they've recently welcomed me into their creator affiliate club so I can get y'all 10% off your order!
SolaceBands Discount Code - NICKSNICHE - Use at checkout

Club EarlyBird -- I don't know about you, but I often times have trouble getting out of bed in the morning, and also staying asleep at night. Talk about a Lose-Lose. Until I found and tried this Earlybird concoction. In the morning it's some of the cleanest caffeine/energy I've ever experienced, and the nightcap keeps me asleep all night and waking up feeling more refreshed than ever. Highly recommend giving it a try with or without my affiliate link!

Рекомендации по теме
Комментарии
Автор

Before I found Nicks videos I was a win a dollar lose a dollar type of DFS player. Since Nick I am a much better DFS player not gotten rich but no longer just meddling in the game. I am still ill with Joe Burrow TD pass that Joe Mixon threw though cause I scored 126.14 in the Milly ShowDown and the multiple people that shared the Milly scored 130.36. Got to wonder w/o that Mixon TD pass I could have thrown much appreciation. That being said w/o what I have learned from Nick I seriously doubt I would have even been in the position to even of had the shot

turtle
Автор

Hey nick - I'd love for you to take a look at draft style code (projections etc). Would be super cool. Thanks

keyzersoze
Автор

Thanks.

Where can i go to find the SampleDataForYT.xlsx file? I can't find it on your website.

Injustice
Автор

Any idea why I get this error when I try to import GameStack or NestedPlayersGroup? I'm stuck.

ImportError Traceback (most recent call last)
in <module>
2
3 from pydfs_lineup_optimizer import get_optimizer, Site, Sport
----> 4 from pydfs_lineup_optimizer import GameStack


ImportError: cannot import name 'GameStack' from 'pydfs_lineup_optimizer'

HumanStatSheet