You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`deeplyr` provides a standard model interface for some machine learning libraries. Internally the package is managed by R6 classes and hardhat allowing for cross-validation or genetic hyper parameter tuning. Every model run can be saved including meta, params, metrics, process, model, and preds either as .rds or .json.
Have already full support (fit, predict, save, load)