Skip to content

Commit

Permalink
Pyfunc in Practice: Creative Applications of MLflow Pyfunc in Machine…
Browse files Browse the repository at this point in the history
… Learning Projects (#86)

Signed-off-by: Ben Wilson <[email protected]>
Co-authored-by: Ben Wilson <[email protected]>
  • Loading branch information
hugodscarvalho and BenWilson2 authored Aug 16, 2024
1 parent b9a7189 commit 24c751c
Show file tree
Hide file tree
Showing 11 changed files with 801 additions and 0 deletions.
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.
744 changes: 744 additions & 0 deletions website/blog/2024-07-26-pyfunc-in-practice/index.md

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions website/blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,27 @@ avinash-sooriyarachchi:
title: Sr. Solutions Architect at Databricks
url: https://www.linkedin.com/in/avi-data-ml/
image_url: /img/authors/avinash.png

hugo-carvalho:
name: Hugo Carvalho
title: Machine Learning Analyst at adidas
url: https://www.linkedin.com/in/hugodscarvalho/
image_url: /img/authors/hugo_carvalho.png

joana-ferreira:
name: Joana Ferreira
title: Machine Learning Engineer at adidas
url: https://www.linkedin.com/in/joanaferreira96/
image_url: /img/authors/joana_ferreira.png

rahul-pandey:
name: Rahul Pandey
title: Sr. Solutions Architect at adidas
url: https://www.linkedin.com/in/rahulpandey1901/
image_url: /img/ambassadors/Rahul_Pandey.png

filipe-miranda:
name: Filipe Miranda
title: Sr. Data Engineer at adidas
url: https://www.linkedin.com/in/filipe-miranda-b576b186/
image_url: /img/authors/filipe_miranda.png
33 changes: 33 additions & 0 deletions website/src/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,39 @@ export type Release = {

// Sort by date descending
export const BLOGS: Blog[] = [
{
title: "PyFunc in Practice",
path: "/blog/pyfunc-in-practice",
tags: ["pyfunc", "mlflow", "ensemble-models"],
authors: [
{
name: "Hugo Carvalho",
title: "Machine Learning Analyst at adidas",
url: "https://www.linkedin.com/in/hugodscarvalho/",
image_url: "/img/authors/hugo_carvalho.png",
},
{
name: "Joana Ferreira",
title: "Machine Learning Engineer at adidas",
url: "https://www.linkedin.com/in/joanaferreira96/",
image_url: "/img/authors/joana_ferreira.png",
},
{
name: "Rahul Pandey",
title: "Sr. Solutions Architect at adidas",
url: "https://www.linkedin.com/in/rahulpandey1901/",
image_url: "/img/ambassadors/Rahul_Pandey.png",
},
{
name: "Filipe Miranda",
title: "Sr. Data Engineer at adidas",
url: "https://www.linkedin.com/in/filipe-miranda-b576b186/",
image_url: "/img/authors/filipe_miranda.png",
},
],
date: "2024-07-26",
thumbnail: "img/blog/pyfunc-in-practice.png",
},
{
title: "Introducing MLflow Tracing",
path: "/blog/mlflow-tracing",
Expand Down
Binary file added website/static/img/authors/filipe_miranda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/authors/hugo_carvalho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/authors/joana_ferreira.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/blog/pyfunc-in-practice.png
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 24c751c

Please sign in to comment.