Benika

Results 24 comments of Benika

I'm also willing to contribute.

Hi @inoble, I may have some free time this upcoming week. I’m open to helping out where I can.

I’ve added features for leaguedashoppptshot already. I can merge my branch soon.

@inoble How's it coming with those endpoints? Anything you need help with?

Noelvillaman, can you share what function you used in nba_py to pull the image?

If you want the current season to be global, go to constants and change current_season to ‘2017-18’. It’s the first line in the script.

This sounds like it could help improve inter-lineup diversity.

HI @Denwen12. By default, it does include it in the stack. I did a test run for a 4x3 stack and got correct stacks using the UTIL position.

For instance, `optimizer.add_stack(TeamStack(4, for_positions = ['1B', '2B', '3B', 'SS', 'OF'],max_exposure =.30)) optimizer.add_stack(TeamStack(3, for_positions = ['1B', '2B', '3B', 'SS', 'OF'],max_exposure =.30))` worked fine for me. I also tested it with GameStack...

You could also read in your projections and merge it with the salary csv in Pandas. Then create a data frame with the required columns. Example for FD below. `salaries=...