Currently we have implemented multiple Insurance use cases(Claims, Policy) using AutoML in Azure Machine Learning and created real-time endpoints.
We have a standard re-usable python scripts available where with few configuration changes, we are reusing this script for multiple use cases and quickly develop endpoints,
Currently, we need to apply our Insurance domain knowledge and enrich the training data set.
To do this, We understand there are features like Hyper parameter tuning, featurization, encoding techniques, etc. We understand that there are python libraries for that, but is there a generic framework/coding available so that we can make use of this and implement across multiple use cases to increase the model accuracy. This is mainly to reduce the dependency on data scientist and reduce the azure ml implementation time