microsoft / dstoolkit-mlops-base

Support ML teams to accelerate their model deployment to production leveraging Azure
MIT License
89 stars 39 forks source link

Support for local prediction #66

Open michelole opened 2 years ago

michelole commented 2 years ago

Currently, score.py is the only "src" file that has no main method and thus cannot be easily run locally.

It would be nice to to have that to ease testing during development.

FlorianPydde commented 2 years ago

Indeed, the debugging is not the most user-friendly approach. The fastest would be to test it with a local model or use this: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-troubleshoot-deployment-local