get_luz_dataset {deepregression}R Documentation

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)

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

Value

R6 instances of class dataset


[Package deepregression version 2.2.0 Index]