Denwen12

Results 137 comments of Denwen12

A work around may be able to change deep cooy to shallow copy, I'll check into it later in the morning Assignment statements in Python do not copy objects, they...

Cause he has the first peice wrong its pydfs_lineup_optimizer.stacks On Fri, Sep 2, 2022, 1:00 PM G Dub D ***@***.***> wrote: > This is what I have and get no...

this works for me try pip3 install "scikit_learn==0.22.2.post1" then let me know

are you using python3 or python2

i just ran it and results are below homeTeamWinProb | winProbPercent | awayTeamWinProb | AwayTeamWinProb -- | -- | -- | -- Cleveland Cavaliers | 0.8377 | Orlando Magic |...

my output is different because im using the details for another program i needed decimals..

The project works correctly for me..

Dont forget to import the functions ``` from pydfs_lineup_optimizer.stacks import TeamStack, PositionsStack, PlayersGroup from pydfs_lineup_optimizer import AfterEachExposureStrategy ```

for your code i get File "/home/joe/.local/lib/python3.7/site-packages/pydfs_lineup_optimizer/lineup_optimizer.py", line 433, in optimize constraint.apply_for_iteration(solver, previous_lineup) File "/home/joe/.local/lib/python3.7/site-packages/pydfs_lineup_optimizer/rules.py", line 65, in apply_for_iteration fantasy_points = get_points(player) TypeError: get_player_fantasy_points() missing 1 required positional argument: 'player'...

im not sure its possible cause my file is pretty big