Skip to content

Remove some measures, update some others #60

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

mb706
Copy link
Contributor

@mb706 mb706 commented Apr 17, 2025

  • Remove a few measures that are superseded by mlr3::MeasureRegrRSQ.
  • Add sample_weights for sse, sae
  • Small docs changes.

@mb706 mb706 requested a review from Copilot April 17, 2025 16:28
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes several measures in favor of mlr3::MeasureRegrRSQ, adds sample_weights for sse and sae measures, and updates documentation accordingly.

  • Removes the deprecated measures rse, rsq, rrse, and rae.
  • Documents these changes and introduces sample_weights for sse and sae in NEWS.md and other relevant parts.
Files not reviewed (19)
  • DESCRIPTION: Language not supported
  • NAMESPACE: Language not supported
  • R/classif_acc.R: Language not supported
  • R/helper.R: Language not supported
  • R/regr_rae.R: Language not supported
  • R/regr_rrse.R: Language not supported
  • R/regr_rse.R: Language not supported
  • R/regr_rsq.R: Language not supported
  • R/regr_sae.R: Language not supported
  • R/regr_sse.R: Language not supported
  • man/acc.Rd: Language not supported
  • man/ae.Rd: Language not supported
  • man/ape.Rd: Language not supported
  • man/bias.Rd: Language not supported
  • man/ktau.Rd: Language not supported
  • man/linex.Rd: Language not supported
  • man/mae.Rd: Language not supported
  • man/mape.Rd: Language not supported
  • man/maxae.Rd: Language not supported

Co-authored-by: Copilot <[email protected]>
@mb706
Copy link
Contributor Author

mb706 commented Apr 17, 2025

Should not be merged before mlr-org/mlr3#1124 , since mlr3 still depends on the measures being removed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant