Reputation: 78
Why we need to ML Batch Execution and ML Update resource option in Data factory ? How this can be used to retrain machine learning when updating a blob file ?
Upvotes: 1
Views: 144
Reputation: 93
Ml Batch Execution- to call retraining experiment and get a .ilearner file as output. ML Update Resource- Use the above .ilearner as input and call patch endpoint of predictive web service to Update resource.
Upvotes: 2