-
Notifications
You must be signed in to change notification settings - Fork 23
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
Added get_predictions on QueryResult #494
Conversation
Can you redo the linter/long-lines commits with line length set to 120, please? What are you using to format? I hope to move to |
On it! |
Interesting note, black does not format comments if they are over the length limit, but flake8 raises issues. What's the preferred approach? |
I just line break them manually, so it makes sense logically. |
Co-authored-by: Kirill Bolashev <[email protected]>
…ded documentation, fixed docstrings
manual configuration was effectively re-writing 'dagshub.init'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there, thank you for taking time to do the progress bar!
Co-authored-by: Kirill Bolashev <[email protected]>
Co-authored-by: Kirill Bolashev <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last little thing and we can merge it. Thank you!!!
…lti_urljoin, corrected metadata upload bug
Thank you for being so thorough! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, Jinen!! 🔥
Closing as this is part of #513 |
Created a
get_predictions
function that: