Junior — Senior
Creating API endpoints for managing ML models
livecode
Task condition
Develop a set of HTTP endpoints that allow performing basic operations for orchestrating machine learning models.
Requirements:
- Get a list of available models.
- Delete a selected model from the list.
- Add a new model.
- Apply (run) the model.
- Evaluate the quality of the model.
- Update the model parameters.