ML Model using IDENTITY MANAGEMENT and find a customer 'Risk decision' or Fraud tolerance level while completing a online transaction.
MLOps will guide the process to deploy Machine learning models using various techniques. We will be developing REST API's based on a model and deploy both on local and also on cloud servers.
- Data used in this model creation is sample of a real-time set of data - and cannot be used in a non-test environment
- Post-prediction of the model or process is not intended in this paper
- Guideline here are to create a Enterprise AI using a model and MLOps deployment
- This template will not be a complete reference for MLOps pipeline with cloud or a end to end using cloud architecture
- Model uses precondition from building a knowledgebase system from both internal and external databases and systems
This template contains code for creating model(sample), saving and creating an API model for use with Enterprise AI service model. The complete pipeline will demonstrate on how to automate an end-to-end ML/AI Enterprise AI workflow.
Architecture and features covered in this paper will useful to build your ML pipeline once you model is created. you can use sample model code and scripts for the Identity management model.
-
Creating a Model
-
Saving a Model
-
Exporting the model to another environment
-
Create REST API
-
Use the REST API as a internal or direct codebase program
-
Create a Machine Learning REST API on Clod Server - AZURE
-
Create a Machine Learning REST API on Clod Server - GCP (Google Cloud)
-
Create a Machine Learning REST API on Clod Server - AWS
-
Create a Serverless Machine Learning REST API using Cloud Functions (GCP/AWS Lambda's)
- Solution for ML model deployment techniques
- Deploying Machine learning models on cloud instances
- Serverless REST API's for Machine Learning Models
- Python programming with knowledge of how to build ML and Deep Learning models .
- REST API knowledge / JSON formats
- DevOps or any deployment method
To get started and deploy the model and solution, you will need Python setup and coding Machine Learning models. You will find the code to build any advanced Scikit-learn models.
You will find the details of the code and scripts in the repository here
This project or the paper welcomes contributions and suggestions. This paper is aindividual research, development and contribution which can be adopted based on your process and requirements. please see limitation of the paper and note the pre requirements before adoption or contribution to this paper.