Skip to content
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

New version: MLJBase v0.18.20 #44283

Merged
merged 1 commit into from
Sep 6, 2021

Conversation

JuliaRegistrator
Copy link
Contributor

Relating to measures:

  • (enhancement) Measures: Add SphericalScore and LogScore (negative of LogLoss).
  • (enhancement) Extend the proper scoring rules SphericalScore, LogScore and BrierScore to handle Continuous and Count data. Supported distributions types from Distributions are: Uniform, Normal, Exponential, Logistic, Chi, Chisq, Beta, Gamma, Cauchy, Poisson, DiscreteUniform, DiscreteNonParameteric (New version DoubleFloats: 0.7.24 #627)
  • (enhancement) Add missing and NaN support for all measures, excluding AreaUnderCurve and measures from LossFunctions.jl (which imported library does not support) (New version Interpolations: 0.12.0 #616)
  • (enhancement) Add skipinvalid(y) and skipinvalid(yhat, y) methods. The first returns an iterator that skips missing and NaN values - similar to skipmissing and is performant. The second returns the flattened forms of yhat and y with invalid entries removed "commensurately" from both yhat and y, meaning an element of either argument is skipped even if valid, if the corresponding element of the other argument is invalid (New version DoubleFloats: 0.7.24 #627). This method is necessarily less efficient and provided for convenience for pre-processing data for the measures which do not support invalid entries (New version DoubleFloats: 0.7.24 #627, New version Interpolations: 0.12.0 #616)
  • (enhancement) Allow most measures for Finite data to be called with "raw" data, that is, data that is not wrapped as CategoricalArray. This includes ConfusionMatrix. A warning is issued to indicate order ambiguity, with the usual suggestion to coerce to OrderedFactor to suppress the warning (New version DoubleFloats: 0.7.24 #627)
  • (enhancement) Allow measures to be called on arrays, and not just vectors (New version DoubleFloats: 0.7.24 #627) but see remaining limitations at New version TableReader: 0.4.0 #631.
  • (API) Make implementing new measures simpler (New version DoubleFloats: 0.7.24 #627) and less error-prone. See this guide for details.
  • (enhancement) Introduce new method MLJBase.call(measure, args...) to call a measure without applying dimension or pool checks.
  • (bug fix) Prevent weights passed to measures from Loss functions.jl from being normalized (New version Convex: 0.12.0 #626)

UUID: a7f614a8-145f-11e9-1d2a-a57a1082229d
Repo: https://github.com/JuliaAI/MLJBase.jl.git
Tree: 2554ee676eb46432afa45f50ab7a131aa0d5aeeb

Registrator tree SHA: c7e033175c3b9b466fb2cc8beab47042878a66b0
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2021

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@JuliaTagBot JuliaTagBot merged commit 3e7e084 into master Sep 6, 2021
@JuliaTagBot JuliaTagBot deleted the registrator/mljbase/a7f614a8/v0.18.20 branch September 6, 2021 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants