powered by
checking_data cheking dat before processing.
checking_data
checking_data( dat = NULL, target = NULL, occur_time = NULL, note = FALSE, pos_flag = NULL )
A data.frame with independent variables and target variable.
The name of target variable. Default is NULL.
The name of the variable that represents the time at which each observation takes place.
Logical.Outputs info.Default is TRUE.
The value of positive class of target variable, default: "1".
data.frame
# NOT RUN { dat = checking_data(dat = UCICreditCard, target = "default.payment.next.month") # }
Run the code above in your browser using DataLab