Skip to content

Commit

Permalink
remove model args in transform_point_model_out and transform_quantile…
Browse files Browse the repository at this point in the history
…_model_out (#58)
  • Loading branch information
elray1 authored Oct 17, 2024
1 parent 196bd87 commit d300c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions R/transform_point_model_out.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ transform_point_model_out <- function(model_out_tbl, target_observations, output
forecast_point <- scoringutils::as_forecast_point(data,
forecast_unit = c("model", task_id_cols),
observed = "observation",
predicted = "value",
model = "model"
predicted = "value"
)

return(forecast_point)
Expand Down
1 change: 0 additions & 1 deletion R/transform_quantile_model_out.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ transform_quantile_model_out <- function(model_out_tbl, target_observations) {
forecast_unit = c("model", task_id_cols),
observed = "observation",
predicted = "value",
model = "model",
quantile_level = "output_type_id"
)

Expand Down

0 comments on commit d300c61

Please sign in to comment.