R/utils_method_params_refactor.R

Defines functions .method_params_refactor

.method_params_refactor <- function(params, method_helper) {
  params <- kdry::list.append(
    params,
    method_helper$execute_params$params_not_optimized
  )
  params <- kdry::list.append(
    params,
    method_helper$execute_params["cat_vars"]
  )
  return(params)
}

Try the mlexperiments package in your browser

Any scripts or data that you put into this service are public.

mlexperiments documentation built on April 12, 2025, 1:40 a.m.