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
The API shall provide core functionalities and operators for training, parameterization, prediction and validation of Machine Learning models. (req. 48)
Could be an endpoint /models for pre-trained models and mostly all other things are hopefully possible with dedicated processes?
The text was updated successfully, but these errors were encountered:
We will start experimenting with the training of a random forest model, this model can then indeed be used for inference. A fully generic ML API is out of scope.
So something like:
ml_features.train_model(type='randomforest').execute_batch(out_format="ml_model_format")
ml_features will need to be some kind of datacube containing features and their labels. Not sure if this can still be a regular datacube.
The API shall provide core functionalities and operators for training, parameterization, prediction and validation of Machine Learning models. (req. 48)
Could be an endpoint /models for pre-trained models and mostly all other things are hopefully possible with dedicated processes?
The text was updated successfully, but these errors were encountered: