Skip to content

Commit

Permalink
Code base logging Blog Post : issue #87 (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
Co-authored-by: Ben Wilson <benjamin.wilson@databricks.com>
Co-authored-by: Ben Wilson <39283302+BenWilson2@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent e3747d8 commit 7a74920
Show file tree
Hide file tree
Showing 10 changed files with 196 additions and 3 deletions.
171 changes: 171 additions & 0 deletions website/blog/2024-09-13-models-from-code-logging/index.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,9 @@ michael-berk:
title: Sr. Resident Solutions Architect at Databricks
url: https://www.linkedin.com/in/-michael-berk/
image_url: /img/authors/michael_berk.png

awadelrahman-ahmed:
name: Awadelrahman M. A. Ahmed
title: MLflow Ambassador | Cloud Data & Analytics Architect at REMA 1000
url: https://www.linkedin.com/in/awadelrahman/
image_url: /img/authors/awadelrahman_ahmed.png
6 changes: 3 additions & 3 deletions website/src/pages/ambassadors.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
{
"title": "Awadelrahman Ahmed",
"role": "Data Science Consultant",
"company": "Amesto NextBridge",
"companyLink": "https://www.amestonextbridge.com/",
"role": "Cloud Data & Analytics Architect",
"company": "REMA 1000",
"companyLink": "https://www.rema.no/",
"personalLink": "https://www.linkedin.com/in/awadelrahman/",
"img": "/img/ambassadors/Awadelrahman_Ahmed.png"
},
Expand Down
16 changes: 16 additions & 0 deletions website/src/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ export type Release = {

// Sort by date descending
export const BLOGS: Blog[] = [
{
title: "Models from Code Logging in MLflow - What, Why, and How",
path: "/blog/models_from_code",
tags: ["genai", "pyfunc", "mlops"],
authors: [
{
name: "Awadelrahman M. A. Ahmed",
title:
"MLflow Ambassador | Cloud Data & Analytics Architect at REMA 1000",
url: "https://www.linkedin.com/in/awadelrahman/",
image_url: "/img/authors/awadelrahman_ahmed.png",
},
],
date: "2024-09-13",
thumbnail: "/img/blog/thumbnail-models-from-code.gif",
},
{
title: "AutoGen with Custom PyFunc",
path: "/blog/autogen-image-agent",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a74920

Please sign in to comment.