Skip to content

Commit

Permalink
remove outdated TODOs
Browse files Browse the repository at this point in the history
the `extract_parameter_set_dials.tailor()` accounts for the needed functionality here
  • Loading branch information
simonpcouch committed Nov 12, 2024
1 parent 6e3f0a8 commit 66bfa85
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion R/adjust-equivocal-zone.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,3 @@ tunable.equivocal_zone <- function(x, ...) {

# todo missing methods:
# todo tidy
# todo extract_parameter_set_dials
1 change: 0 additions & 1 deletion R/adjust-numeric-calibration.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ tunable.numeric_calibration <- function(x, ...) {

# todo missing methods:
# todo tidy
# todo extract_parameter_set_dials
1 change: 0 additions & 1 deletion R/adjust-numeric-range.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,3 @@ tunable.numeric_range <- function(x, ...) {

# todo missing methods:
# todo tidy
# todo extract_parameter_set_dials
1 change: 0 additions & 1 deletion R/adjust-predictions-custom.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,3 @@ tunable.predictions_custom <- function(x, ...) {

# todo missing methods:
# todo tidy
# todo extract_parameter_set_dials
1 change: 0 additions & 1 deletion R/adjust-probability-calibration.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,3 @@ tunable.probability_calibration <- function(x, ...) {

# todo missing methods:
# todo tidy
# todo extract_parameter_set_dials
1 change: 0 additions & 1 deletion R/adjust-probability-threshold.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,3 @@ tunable.probability_threshold <- function(x, ...) {

# todo missing methods:
# todo tidy
# todo extract_parameter_set_dials
1 change: 0 additions & 1 deletion R/tailor.R
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,3 @@ tunable.tailor <- function(x, ...) {
}

# todo tidy (this should probably just be `adjustment_orderings()`)
# todo extract_parameter_set_dials

0 comments on commit 66bfa85

Please sign in to comment.