-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Floor Ceiling #399
Comments
RandomFantasyPointsStrategy needs to be added
…On Thu, Jan 5, 2023, 11:27 PM Chris Bachmann ***@***.***> wrote:
I would love some input here.
I have added Projection Floor and Projection Ceiling columns to my csv
file. Do I still need to add the RandomFantasyPointStrategy to my code? How
do I get the optimizer to project fppg in the range?
Anything helps! Thanks in advance. Love this optimizer
—
Reply to this email directly, view it on GitHub
<#399>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBWO7UBD6CPAGC7IQGY763WQ6NKRANCNFSM6AAAAAATSVX3NQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
What do I put as the range since I am using floor and ceiling columns in the csv? |
You can usually can find a players floor and ceiling online
…On Thu, Jan 5, 2023, 11:54 PM Chris Bachmann ***@***.***> wrote:
What do I put as the range since I am using floor and ceiling columns in
the csv?
—
Reply to this email directly, view it on GitHub
<#399 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBWO7TK5SM4QQIPMO6EVW3WQ6QR5ANCNFSM6AAAAAATSVX3NQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
You can look on dk and fd and look at the players details and find his
floor and his highest Fantasy points games and use that
…On Thu, Jan 5, 2023, 11:55 PM joseph offen ***@***.***> wrote:
You can usually can find a players floor and ceiling online
On Thu, Jan 5, 2023, 11:54 PM Chris Bachmann ***@***.***>
wrote:
> What do I put as the range since I am using floor and ceiling columns in
> the csv?
>
> —
> Reply to this email directly, view it on GitHub
> <#399 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ANBWO7TK5SM4QQIPMO6EVW3WQ6QR5ANCNFSM6AAAAAATSVX3NQ>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
I mean how do I get the optimizer to randomize a projection between my floor and ceiling. Will it do it automatically if I add the RandomFantasyPointStrategy? |
I have the columns and numbers already |
Floors & Ceilings you find online are useless unless they give you every detail as to how they created them. It is pretty simple to create your own and then you know if players are mixed in with only 5 mins avg playing time but I would not use any found online NBC Sports Edge has a good write up about creation of a F&C chart so i would start there |
Yes when you run the optimizer you'll see fantasy pou ts in Parenthesis
…On Thu, Jan 5, 2023, 11:59 PM Chris Bachmann ***@***.***> wrote:
I have the columns and numbers already
—
Reply to this email directly, view it on GitHub
<#399 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBWO7RNDK6ENCVBU6XOTIDWQ6RE3ANCNFSM6AAAAAATSVX3NQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
So if I am specifying my floors and ceilings I just add this?: optimizer.set_fantasy_points_strategy(RandomFantasyPointsStrategy()) I appreciate the help |
Should work fine
…On Fri, Jan 6, 2023, 12:07 AM Chris Bachmann ***@***.***> wrote:
So if I am specifying my floors and ceilings I just add this?:
optimizer.set_fantasy_points_strategy(RandomFantasyPointsStrategy())
I appreciate the help
—
Reply to this email directly, view it on GitHub
<#399 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBWO7QQSZJGSBU7K5AFNL3WQ6R7TANCNFSM6AAAAAATSVX3NQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@Denwen12 Thanks! |
Did you import the function?
…On Fri, Jan 6, 2023, 12:08 AM joseph offen ***@***.***> wrote:
Should work fine
On Fri, Jan 6, 2023, 12:07 AM Chris Bachmann ***@***.***>
wrote:
> So if I am specifying my floors and ceilings I just add this?:
>
> optimizer.set_fantasy_points_strategy(RandomFantasyPointsStrategy())
>
> I appreciate the help
>
> —
> Reply to this email directly, view it on GitHub
> <#399 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ANBWO7QQSZJGSBU7K5AFNL3WQ6R7TANCNFSM6AAAAAATSVX3NQ>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
No problem
…On Fri, Jan 6, 2023, 12:09 AM Chris Bachmann ***@***.***> wrote:
@Denwen12 <https://github.com/Denwen12> Thanks!
—
Reply to this email directly, view it on GitHub
<#399 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBWO7QTKIHZP3P2S3CEEDDWQ6SIXANCNFSM6AAAAAATSVX3NQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Denwen12 so Im still having trouble with it. My understanding is that if I add optimizer.set_fantasy_points_strategy(RandomFantasyPointsStrategy()) along with the floor & ceiling categories to my csv, that the optimizer would assign a random number between the floor and ceiling. Essentially assigning a player a random FPPG within the floor and ceiling. But if I keep the floor and ceiling in the csv and change all the players FPPG to 0, it does not assign any number. does that make sense? @DimaKudosh |
Send a screenshot if your csv
…On Mon, Jan 9, 2023, 5:45 PM Chris Bachmann ***@***.***> wrote:
@Denwen12 <https://github.com/Denwen12> so Im still having trouble with
it. My understanding is that if I add
optimizer.set_fantasy_points_strategy(RandomFantasyPointsStrategy()) along
with the floor & ceiling categories to my csv, that the optimizer would
assign a random number between the floor and ceiling. Essentially assigning
a player a random FPPG within the floor and ceiling. But if I keep the
floor and ceiling in the csv and change all the players FPPG to 0, it does
not assign any number. does that make sense? @DimaKudosh
<https://github.com/DimaKudosh>
—
Reply to this email directly, view it on GitHub
<#399 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBWO7TWMELMALLGXKX33HDWRSIG3ANCNFSM6AAAAAATSVX3NQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Okay its supposed to be "Projection Ceil", not "Projection Ceiling" That fixed it |
Your columns are named wrong
- Max Exposure
- Min Exposure
- Roster Order
- Projected Ownership
- Min Deviation
- Max Deviation
- Projection Floor
- Projection Ceil
- Confirmed Starter
- Progressive Scale
…On Mon, Jan 9, 2023, 6:14 PM Chris Bachmann ***@***.***> wrote:
Okay its supposed to be "Projection Ceil", not "Projection Ceiling" That
fixed it
—
Reply to this email directly, view it on GitHub
<#399 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBWO7R3T6VHEH6IHJGMX73WRSLV5ANCNFSM6AAAAAATSVX3NQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Your ownership is wrong also
…On Mon, Jan 9, 2023, 6:17 PM joseph offen ***@***.***> wrote:
Your columns are named wrong
- Max Exposure
- Min Exposure
- Roster Order
- Projected Ownership
- Min Deviation
- Max Deviation
- Projection Floor
- Projection Ceil
- Confirmed Starter
- Progressive Scale
On Mon, Jan 9, 2023, 6:14 PM Chris Bachmann ***@***.***>
wrote:
> Okay its supposed to be "Projection Ceil", not "Projection Ceiling" That
> fixed it
>
> —
> Reply to this email directly, view it on GitHub
> <#399 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ANBWO7R3T6VHEH6IHJGMX73WRSLV5ANCNFSM6AAAAAATSVX3NQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
I would love some input here.
I have added Projection Floor and Projection Ceiling columns to my csv file. Do I still need to add the RandomFantasyPointStrategy to my code? How do I get the optimizer to project fppg in the range?
Anything helps! Thanks in advance. Love this optimizer
The text was updated successfully, but these errors were encountered: