-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update Classification notebook with new API #4825
Update Classification notebook with new API #4825
Conversation
.gitignore
Outdated
@@ -185,6 +185,9 @@ Session.vim | |||
*~ | |||
tags | |||
|
|||
# VS Code | |||
.vscode | |||
|
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.
Could you remove this please?
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.
I'm using vscode mainly, and don't want to accidentally commit the settings folder
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.
yes, that's fine, but you shouldn't push your local .gitignore as not everyone uses .vscode
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.
ok, i'll remove it
Looks good, did you test it locally? |
I've run it in jupyter notebook, all the code seems to work |
@zwasd could you plz just push the commit that doesn't add the .gitignore changes, i'd really like to merge this into develop! |
@vigsterkr I've pushed them |
#4463