-
-
Notifications
You must be signed in to change notification settings - Fork 33
add Binary Log-Loss (Cross-Entropy) metric #262
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
Conversation
…smetric-for-binary-classification Implement LogLoss metric
pubspec.yaml
Outdated
| name: ml_algo | ||
| description: Machine learning algorithms, Machine learning models performance evaluation functionality | ||
| version: 16.17.13 | ||
| version: 16.17.14 |
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.
@ChristianKleineidam let's update minor version instead of patch, since you've added new functionality:
version: 16.18.0
CHANGELOG.md
Outdated
| @@ -1,5 +1,9 @@ | |||
| # Changelog | |||
|
|
|||
| ## 16.17.14 | |||
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.
@ChristianKleineidam could you please change the version here as well?
…n-changelog Update version number
| name: ml_algo | ||
| description: Machine learning algorithms, Machine learning models performance evaluation functionality | ||
| version: 16.17.14 | ||
| version: 16.17.15 |
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.
@ChristianKleineidam I'm sorry, you got me wrong - I meant 16.18.0 (16.17.13 -> 16.18.0). We update minor version (number in the middle) when we add something new. No worries, I'll merge the branch, I'll fix the version before publishing
As discussed in #261 here's the PR.