The current implementation of the grid search REST API exposes the following endpoints:
GET /<version>/Grids
: List available grids, with optional parameters to sort the list by model metric such as MSEGET /<version>/Grids/<grid_id>
: Return specified gridPOST /<version>/Grids/<algo_name>
: Start a new grid search<algo_name>
: Supported algorithm values are{glm, gbm, drf, kmeans, deeplearning}