-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Version 3.4 #420
Version 3.4 #420
Conversation
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.2 to 1.21.3. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](numpy/numpy@v1.21.2...v1.21.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…1.21.3 Bump numpy from 1.21.2 to 1.21.3
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.3 to 1.21.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](numpy/numpy@v1.21.3...v1.21.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…1.21.4 Bump numpy from 1.21.3 to 1.21.4
Python 3.10 support
Minor edits
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.21.5. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](numpy/numpy@v1.21.4...v1.21.5) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…1.21.5 Bump numpy from 1.21.4 to 1.21.5
Bumps [art](https://github.com/sepandhaghighi/art) from 5.3 to 5.4. - [Release notes](https://github.com/sepandhaghighi/art/releases) - [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md) - [Commits](sepandhaghighi/art@v5.3...v5.4) --- updated-dependencies: - dependency-name: art dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bump art from 5.3 to 5.4
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](numpy/numpy@v1.21.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…1.22.0 Bump numpy from 1.21.5 to 1.22.0
* feat : prob_vector added to ConfusionMatrix * feat : brier_score_calc function added #219 * fix : brier score error messages updated #219 * fix : minor bug in brier_score_calc fixed #219 * fix : pos_label renamed to pos_class in brier_score method #219 * fix : brier_score_calc function updated #219 * fix : sample_weight added to brier_score method #219 * fix : tests updated #219 * fix : tests updated #219 * fix : minor edit in save_obj method #219 * fix : tests updated #219 * fix : tests updated #219 * fix : tests updated #219 * doc : CHANGELOG updated #219 * fix : autopep8 #219 * fix : tests updated #219 * doc : Document updated #219 * fix : unused imports removed #219 * fix : tests updated #219 * fix : minor edit in save_obj method #219 * fix : BRIER_SCORE_CLASS_ERROR updated * fix : tests updated * fix : minor edit in Document #219 * Reformat the refs * doc : Document updated #417 Co-authored-by: alirezazolanvari <alireza.zolanvari93@gmail.com>
Bumps [numpy](https://github.com/numpy/numpy) from 1.22.0 to 1.22.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](numpy/numpy@v1.22.0...v1.22.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…1.22.1 Bump numpy from 1.22.0 to 1.22.1
* update compare docstr #345 * update obj docstr #345 * update obj docstr #345 * update utils docstr #345 * update output docstr #345 * update utils docstr #345 * update obj docstr #345 * update handler docstr #345 * update handler docstr #345 * update obj docstr #345 * update utils docstr #345 * update obj docstr #345 * update class funcs docstr #345
@alirezazolanvari @sadrasabouri Hi folks |
@@ -379,7 +379,7 @@ | |||
"Reference Entropy 1.58496\n", | |||
"Response Entropy 1.45915\n", | |||
"SOA1(Landis & Koch) Substantial\n", | |||
"SOA2(Fleiss) Excellent\n", | |||
"SOA2(Fleiss) Intermediate to Good\n", |
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.
Is it OK?
Should it be changed?
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.
In this case, kappa = 0.75
and is equal to the decision boundary so sometimes leads to this bug.
It's not very important but we will solve it in a future release.
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.
🍻
Reference Issues/PRs
#345 #389 #391 #397 #405 #401 #219
What does this implement/fix? Explain your changes.
Version 3.4
Any other comments?