Niels Bantilan

Results 179 issues of Niels Bantilan

The method for this should be more generic, e.g. `Dataset.from_sql_task`

As a ML engineer, I want to be able to continue training a model from a previous `model.remote_train` run (with equivalent semantics for a local `model.train` call) so that I...

Either/or: - support for file upload - support for str type in `features` input, where the string can be an arbitrary base64-encoded file

See use case described in this document: https://docs.google.com/document/d/1kh7blibPxpHdgXpSgVenQdwkcXGRMlHChjNBo7KZusY/edit Basically this issue is to support users who want to use UnionML purely for serving. They might use other frameworks (e.g. MLFlow)...

As an ML engineer I want to schedule a training job to run on some cadence and support starting from the last invocation of the training workflow.