Skip to content

Instantly share code, notes, and snippets.

View Qfl3x's full-sized avatar

Mohammed Ayoub Chettouh Qfl3x

View GitHub Profile
@Qfl3x
Qfl3x / week6a.md
Last active July 16, 2023 12:43
MLOps: Best Practices part a

Best Practices

Testing with pytest:

We want to implement tests for the Lambda function.

Installing pytest as a dev dependency using pipenv:

pipenv install --dev pytest
@Qfl3x
Qfl3x / week4-using-GCP.md
Last active March 12, 2024 17:28
MLOps: Online Model Deployment using GCP; Google Cloud Functions, GCP PubSub
@Qfl3x
Qfl3x / week3.md
Last active May 30, 2023 07:31
MLOps-Zoomcamp: Workflow Orchestration - Prefect

NOTE: commands and UI are deprecated

Content:

  • Negative Engineering
  • What is workflow orchestration?
  • Introduction to Prefect 2.0
  • First Prefect flow and Basics

Workflow Orchestration

@Qfl3x
Qfl3x / week2-notes-intro-to-mlflow.md
Last active May 26, 2024 22:06
MLOps: ML experiment tracking, Model Registry - MLflow

Week 2 of MLOps Zoomcamp

Link to Course: https://github.com/DataTalksClub/mlops-zoomcamp

Introduction to MLflow, ML experiments and model registry.

Introduction:

Definitions:

  • ML experiment: the process of building an ML model; The whole process in which a Data Scientist creates and optimizes a model