Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 16.17.14
- Added `MetricType.logLoss` and `LogLossMetric` for evaluating probabilistic
## 16.17.15
- Added `MetricType.logLoss` and `LogLossMetric` for evaluating probabilistic
binary classifiers

## 16.17.13
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ml_algo
description: Machine learning algorithms, Machine learning models performance evaluation functionality
version: 16.17.14
version: 16.17.15
Copy link
Owner

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

homepage: https://github.com/gyrdym/ml_algo

environment:
Expand Down