kcbighuge / mlops-examples

Various DataRobot MLOps examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLOps Examples

This repository contains multiple examples concerning DataRobot's Machine Learning Operations (MLOps) solution. The scripts can be followed end to end and customised depending on the problem you are trying to solve.

Usage

For each respective guide, follow the instructions in its own .ipynb or .py file. There will also be a requirements.txt file in each folder with instructions on how to create an environment to run everything successfully.

Some of the notebooks can also be executed through Google Colab.

Important Links

Contents

MLOps Agents Overview

  • MLOps Agent Notebook: An example of how you can use DataRobot's MLOps Agents functionality to monitor external deployments. Python

MLOps DRUM Overview

  • MLOps DRUM Notebook: An example of you can use the DataRobot Model Runner (DRUM) library to test your custom models before deploying them using DataRobot. Python

Custom Model Examples

  • Readmissions: 3 examples of custom models using the readmissions dataset. Python

  • Insurance Pricing: An example of using DRUM on an insurance pricing dataset. Python

  • Boston Housing: An example of using DRUM on the Boston Housing dataset. Also includes monitoring with MLOps Agents. Python

  • Cats and Dogs: An example of using DRUM on cute cat and dog images! Python)

Setup/Installation

Each project folder contains its own instructions on setup and requirements. Furthermore, instructions are also conveniently added to the scripts themselves so that users do not need to share the readme file.

Development and Contributing

If you'd like to report an issue or bug, suggest improvements, or contribute code to this project, please refer to CONTRIBUTING.md.

Code of Conduct

This project has adopted the Contributor Covenant for its Code of Conduct. See CODE_OF_CONDUCT.md to read it in full.

License

Licensed under the Apache License 2.0. See LICENSE to read it in full.

About

Various DataRobot MLOps examples

License:Apache License 2.0


Languages

Language:Jupyter Notebook 95.1%Language:Python 4.9%Language:Shell 0.0%