IMPORTANT NOTES
The API of this package has changed since version 0.4, due to the API change of LIBMF 2.01 and some other design improvement.
- The
costoption in$train()and$tune()has been expanded to and replaced
bycostp_l1,costp_l2,costq_l1, andcostq_l2, to allow for more
flexibility of the model. - A new
lossparameter in$train()and$tune()to specify loss function. - Data input and output are now managed in a unified way via functions
data_file(),data_memory(),out_file(),out_memory(), and
out_nothing(). See section Data Input and Output below. - As a result, a number of arguments in functions
$tune(),$train(),
$output(), and$predict()now should be objects returned by these
input/output functions.