coach icon indicating copy to clipboard operation
coach copied to clipboard

Lineup optimization for daily fantasy sports

Results 12 coach issues
Sort by recently updated
recently updated
newest added

I'm sure this is user error but I'm trying to use the generic functions to build a DK CFB optimizer but it outputs the optimal lineup considering positional constraints but...

the following snippet is producing this error----> write_lineups(Team_NBA, sprintf("%smylineups.csv",DirName), site = "draftkings", sport = "nba") Error in match.names(clabs, names(xi)) : names do not match previous names my Team_NBA checks out...

Hey guys, trying to build this out for a custom model not currently available, is there a step by step into building my own? thanks!

Hi! I've never contributed to a GitHub project. I think I found a glitch in DraftKings NFL where the mylineups.csv is writing QB,RB,RB,WR,WR,WR,TE,FLEX,DST where it needs to be QB,RB,RB,WR,WR,WR,TE,FLEX,DST,, in...

Evening! Amazing tool, its a major help! i am a novice to R but i have been able to navigate a bit, but i am having trouble figuring out the...

enhancement

Hi, I noticed you added multi-positions to fanduel on your most recent update. I was wondering if you could add it or already had that feature on DK optimizer, If...

question

Would it be possible to implement a time limit option. For example glpk has tm_lim and it_lim parameters: https://kam.mff.cuni.cz/~elias/glpk.pdf

enhancement

Hello! When using the optimize_generic function, and adding in positional constraints, I get an error of the function not being implemented. This happens whether it’s custom constraints or something like...

question

Hey, Been using this great package for the last week for NBA playing Draftkings and have come across an issue (for my use case at least). I'm trying to limit...

Hey, really neat package! As I was playing around with it, the 'model_fd_nba' along with 'optimize_generic(L = 3)' doesn't produce 3 unique lineups, rather 3 of the same lineups. Adding...