Runs one iteration of the stochastic optimizer on the new data passed here.
partial_fit(optimizer, X, y = NULL, weights = NULL, ...)
A stochastic optimizer from this package as output by functions `oLBFGS`, `SQN`, `adaQN`. Will be modified in-place.
Covariates to pass to the user-defined gradient / objective / Hessian-vector functions.
Target variable to pass to the user-defined gradient / objective / Hessian-vector functions.
Target variable to pass to the user-defined gradient / objective / Hessian-vector functions.
Additional arguments to pass to the user-defined gradient / objective / Hessian-vector functions.
No return value (object is modified in-place).