Remove kubernetes-vs-docker-for-machine-learning-engineer
article thumbnail

Think inside the box: Container use cases, examples and applications

IBM Journey to AI blog

Containers and Docker Container technology fundamentally changed in 2013 with Docker’s introduction and has continued unabated into this decade, steadily gaining in popularity and user acceptance. Docker is actually a Platform-as-a-Service (PaaS) and its main benefit is its flexibility. What is a container?

DevOps 234
article thumbnail

How to Version Control Data in ML for Various Data Sources

The MLOps Blog

Data versioning control is an important concept in machine learning, as it allows for the tracking and management of changes to data over time. As data is the foundation of any machine learning project, it is essential to have a system in place for tracking and managing changes to data over time.

ML 52
professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

2021 Data/AI Salary Survey

O'Reilly Media

Learning new skills and improving old ones were the most common reasons for training, though hireability and job security were also factors. In June 2021, we asked the recipients of our Data & AI Newsletter to respond to a survey about compensation. Would your job still be there in a year? Executive Summary. Compensation Basics.

AI 145
article thumbnail

ML Model Packaging [The Ultimate Guide]

The MLOps Blog

Have you ever spent weeks or months building a machine learning model, only to later find out that deploying it into a production environment is complicated and time-consuming? Machine learning model packaging is crucial to the machine learning development lifecycle.

ML 69
article thumbnail

Scale AI training and inference for drug discovery through Amazon EKS and Karpenter

AWS Machine Learning Blog

In this post, we focus on how we used Karpenter on Amazon Elastic Kubernetes Service (Amazon EKS) to scale AI training and inference, which are core elements of the Iambic discovery platform. All of this work is done interactively in real time, creating a need for inference with low latency and medium throughput.

article thumbnail

MLOps Is an Extension of DevOps. Not a Fork — My Thoughts on THE MLOPS Paper as an MLOps Startup CEO

The MLOps Blog

Machine Learning Operations (MLOps): Overview, Definition, and Architecture” By Dominik Kreuzberger, Niklas Kühl, Sebastian Hirschl Great stuff. Not a fork: – The MLOps team should consist of a DevOps engineer, a backend software engineer, a data scientist, + regular software folks. How about the ML engineer?

DevOps 59
article thumbnail

How to Save Trained Model in Python

The MLOps Blog

When working on real-world machine learning (ML) use cases, finding the best algorithm/model is not the end of your responsibilities. In this article, you will learn about different methods of saving, storing, and packaging a trained machine-learning model, along with the pros and cons of each method.

Python 105