We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
info(rms)
The info method can no longer be called on a measure. One can just do ?rms if you know the name of the measure or an alias, and you can do measures("rms") do search for those measures with "rms" in the doc-string. See also https://juliaai.github.io/StatisticalMeasures.jl/dev/tools/#StatisticalMeasures.measures
info
?rms
measures("rms")
The text was updated successfully, but these errors were encountered:
cc @abhro Maybe you can include this.
Sorry, something went wrong.
Done in 18e9c9f!
Thank you 🙏🏾
There's a second place it occurs:
MLJ.jl/docs/src/mlj_cheatsheet.md
Line 299 in 18e9c9f
No branches or pull requests
The
info
method can no longer be called on a measure. One can just do?rms
if you know the name of the measure or an alias, and you can domeasures("rms")
do search for those measures with "rms" in the doc-string. See also https://juliaai.github.io/StatisticalMeasures.jl/dev/tools/#StatisticalMeasures.measuresThe text was updated successfully, but these errors were encountered: