-
I'm getting error when i try to print player stats. If someone could look at my code and help me.
I am new to python
from pydfs_lineup_optimizer import get_optimizer, Site, Sport, CSVLineupExport…
-
```
from pydfs_lineup_optimizer import Site, Sport, get_optimizer
optimizer = get_optimizer(Site.DRAFTKINGS_CAPTAIN_MODE, Sport.BASKETBALL)
optimizer.load_players_from_csv("DKSalaries.csv")
pl…
-
```
from pydfs_lineup_optimizer import Site, Sport, get_optimizer, CSVLineupExporter
optimizer = get_optimizer(Site.DRAFTKINGS_CAPTAIN_MODE, Sport.FOOTBALL)
optimizer.load_players_from_csv("DKS…
-
I was making lineups tonight and noticed the update. I pulled in the changes and now all I get is this, even when I just try to check the version. I would appreciate any help!
Traceback (most recen…
-
I have to imagine this is a pretty basic issue. after I set up my virtual environment, install the requirements.txt dependencies, and execute the following basic usage code(see below). I receive an …
-
I installed the package but I keep getting this error message. I cannot initiate the program.
C:\WINDOWS\system32>$ pip install pydfs-lineup-optimizer
'$' is not recognized as an internal or exte…
-
Hi,
I'm having issues after trying the new tiers feature in 3.3.0 - when I try to run the following line:
`optimizer = get_optimizer(Site.DRAFTKINGS_TIERS, Sport.BASKETBALL)`
I get a NotImpleme…
-
Having an issue where no matter what, the NBA optimizer will not generate me lines with 'Bogdan Bogdanovic" in them, even when I lock him. Not sure if this is happening for other players as well, but…
-
Title.
I try to wait 30 minutes or so before lock so that I can know exactly who is out. It worked for 2 or 3 days, but now it has been just putting any player even when they are out. Is there a wa…
-
This is a feature in other optimizers - the idea is, if you set a max_exposure, that exposure number is used at the end of each lineup being generated instead of calculated against the full # of lineu…