Automated ML endpoint questions (performance, multiple return values, scoring)
Adrian Pfisterer
1
Reputation point
Hi....
I used Automated ML to train a model on a set of grouping ids and titles, very simple use case, just two columns...predict the group id from the title. There were about 32000 rows in the input split into a training set of 90% and a validation set of 10%. Best model was 'MaxAbsScaler, LogisticRegression'.
- I deployed the endpoint using the 'realtimeendpoint' method. But each request takes 10 seconds to return a response. I took the default ML compute type VM which isn't a wimpy machine. Is it normal to be so slow? Will better hardware get the response time into the sub-one-second time-frame I need it to be? Are there other options to improve performance?
- I only ever get back one value in the response. Is it possible to get multiple predicted values?
- I don't see a 'confidence' score in the response, or see a way to request one. Is that possible?
Thank you.
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
Sign in to answer