pydfs-lineup-optimizer
pydfs-lineup-optimizer copied to clipboard
Ownership Projections
Does anyone know how to to add and use ownership projections in the csv file instead of setting them individually for every player?
Add these columns into your csv Max Exposure Min Exposure Projected Ownership
make sure your format matches what your code is saying. .12 in the csv , your code needs to read it as .12 as well.
Add these columns into your csv
Max Exposure
Min Exposure
Projected Ownership
make sure your format matches what your code is saying. .12 in the csv , your code needs to read it as .12 as well.
What do you mean by the .12? And so say someone is 80% ownership I would put it as .8 instead of 80 correct? Also thank you for the response
How do I get them to be used in the optimizer as well?
Add these columns into your csv Max Exposure Min Exposure Projected Ownership make sure your format matches what your code is saying. .12 in the csv , your code needs to read it as .12 as well.
What do you mean by the .12? And so say someone is 80% ownership I would put it as .8 instead of 80 correct? Also thank you for the response
So if your CSV reads a 12 in the Projected Ownership field, make sure your code references the whole number, some people have it in decimal form in their csv, which in case your code needs to say .12 Just making sure they match format in code/csv