-
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
Structured outputs (lineups & statistics) #394
Comments
|
No. That gets me the lineups in the format to be uploaded directly into DK, for example. What I was looking for is have a structured output that includes the team, salary, player points, etc., just as you'd see when you print the lineups. Same goes for the statistics (players used) output. I built a custom parser and all is well now. Thanks. |
I should've mentioned that I've implemented this in my site with a fully-functional UI for the optimizer, which is why I needed to pretty-up the print outputs. moonshotsmlb dot com |
That is actually pretty easy since I already did that for ownership, I can
build you a exporter for that in the morning
…On Tue, Jan 10, 2023, 11:05 PM mcarroll316 ***@***.***> wrote:
I should've mentioned that I've implemented this in my site with a
fully-functional UI for the optimizer, which is why I needed to pretty-up
the print outputs.
moonshotsmlb dot com
—
Reply to this email directly, view it on GitHub
<#394 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBWO7Q67ZG4TMLGAYMWH53WRYWSPANCNFSM6AAAAAAS7DUWRQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Do the following have structured output options?
print(lineup)
Each of those result in a text blob that I've built a parser for (not great). I'm not much of a python guy so trying to avoid modifications to the pydfs code.
The text was updated successfully, but these errors were encountered: