Skip to content

Commit

Permalink
0.3 done
Browse files Browse the repository at this point in the history
  • Loading branch information
fmind committed Mar 23, 2024
1 parent f45e012 commit 3932306
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cSpell.words": [
"codebases",
"prohib"
]
}
33 changes: 27 additions & 6 deletions docs/0. Overview/0.3. Platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,39 @@

## What is an MLOps platform?

An MLOps platform integrates various infrastructure components necessary for deploying and managing AI/ML projects in a production environment. These platforms typically encompass:

- Storage Systems (e.g., S3, cloud storage)
- Compute Engines (e.g., Kubernetes, Databricks)
- Orchestrators (e.g., Airflow, Metaflow, Prefect)
- Model Registries (e.g., MLflow, Neptune.ai, Weights and Biases)

The size and complexity of an MLOps platform can vary based on organizational needs and use cases. Smaller organizations might lean towards open-source solutions like MLflow and Airflow, whereas larger enterprises may opt for comprehensive platforms like Databricks or SageMaker to facilitate AI/ML projects at scale.

## Which MLOps platform is the best?

## Why you did not choose an MLOps platform?
Selecting the "best" MLOps platform is subjective and highly dependent on specific organizational needs and available expertise. For example, a company not utilizing Kubernetes might find it challenging to adopt a Kubernetes-centric platform for AI/ML services. Conversely, organizations comfortable with Kubernetes may prefer it to circumvent the costs associated with managed services like SageMaker or Vertex AI.

Here are some recommendations for selecting an MLOps platform:

Already plently on content, focus on common ground
1. Engage with stakeholders within your organization, including data scientists, operations, and architects, to understand requirements.
1. Assess your objectives and the maturity level needed to achieve your goals within the desired timeline.
1. Conduct pilot projects to evaluate whether the chosen solution aligns with your business needs and user expectations.

=> We want something neutral that can be used on every platform
## Why you did not choose an MLOps platform?

Vendors in the market often promote their MLOps platforms and ease their adoption through training and certification. However, these promotions typically showcase simplified projects, which may not address the complexities of developing robust AI/ML codebases adhering to established software principles.

Other courses will introduce these tools.
Although each platform offers a unique developer experience, the fundamental skills in coding for MLOps are versatile and apply broadly across various AI/ML initiatives.

## Does this course require an MLOps platform?

## How this course will be beneficial for my MLOps platform?
This course is designed to be platform-agnostic and does not necessitate the use of a specific MLOps platform. Participants are encouraged to tailor the course content to fit the technological landscape of their organizations. This may include incorporating elements like environment management (e.g., development, staging, pre-production) and additional libraries or aligning it with existing organizational practices.

For example, if an organization prefers using internal tools over GitHub, such as GitLab or Azure DevOps, the course content can be adapted accordingly, ensuring that each chapter is relevant and applicable within your specific context.

## How this course will be beneficial for using my MLOps platform?

While MLOps platforms support a wide array of software artifacts, from notebooks to scripts and Python packages, leveraging Python packages is often the most maintainable and robust approach. This course will guide you in integrating these packages with the broader Python ecosystem (e.g., pytest, coverage) and managing them efficiently via software repositories (e.g., PyPI, AWS CodeArtifact, Docker Hub).

Databricks, metaflow ...
Given the inherent complexity of MLOps projects, this course emphasizes developing high-quality, bug-free code, enabling you to concentrate on other critical aspects of your projects, such as data and model management, as well as orchestrator execution.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ theme:
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
accent: cyan
primary: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: cyan
primary: purple
toggle:
icon: material/brightness-4
Expand Down

0 comments on commit 3932306

Please sign in to comment.