mlops

Installation
SKILL.md

MLOps

Production machine learning systems with MLflow, model versioning, and deployment pipelines.

Quick Start

import mlflow
from mlflow.tracking import MlflowClient
from sklearn.ensemble import RandomForestClassifier
from sklearn.metrics import accuracy_score, f1_score
import joblib

# Configure MLflow
mlflow.set_tracking_uri("http://mlflow-server:5000")
mlflow.set_experiment("customer-churn-prediction")
Installs
19
GitHub Stars
4
First Seen
Jan 24, 2026
mlops — pluginagentmarketplace/custom-plugin-data-engineer