fit_xy.model_sslr: Fit with x and y
Description
Funtion to fit with x and y
Usage
# S3 method for model_sslr
fit_xy(object, x = NULL, y = NULL, ...)
Arguments
x
is a data frame or matrix with train dataset without objective feature.
X have labeled and unlabeled data
y
is objective feature with labeled values and NA values in unlabeled data