check_input_args_fit {deepregression}R Documentation

Function to check if inputs are supported by corresponding fit function

Description

Function to check if inputs are supported by corresponding fit function

Usage

check_input_args_fit(args, fit_fun)

Arguments

args

list; list of arguments used in fit process

fit_fun

used fit function (e.g. fit.keras.engine.training.Model)

Value

stop message if inputs are not supported


[Package deepregression version 2.2.0 Index]