get_luz_dataset: Helper function to create an function that generates R6 instances of
class dataset
Description
Helper function to create an function that generates R6 instances of
class dataset
Usage
get_luz_dataset(df_list, target = NULL, length = NULL, object)
Value
R6 instances of class dataset
Arguments
- df_list
list; data for the distribution learning model (data for every distributional parameter)
- target
vector; target value
- length
amount of inputs
- object
deepregression object