Systems | Development | Analytics | API | Testing

Iguazio

ODSC Webinar: Git Based CI/CD for ML

In this session, Yaron Haviv, Iguazio's Co-Founder and CTO, discussed how to enable continuous delivery of machine learning to production using Git-based ML pipelines (Github Actions) with hosted training and model serving environments. He touched upon how to leverage Git to solve rigorous MLOps needs: automating workflows, reviewing models, storing versioned models as artifacts, and running CI/CD for ML. He also covered how to enable controlled collaboration across ML teams using Git review processes and how to implement an MLOps solution based on available open-source tools and hosted ML platforms. The session includes a live demo.

The Complete Guide to Using the Iguazio Feature Store with Azure ML - Part 1

In this series of blog posts, we will showcase an end-to-end hybrid cloud ML workflow using the Iguazio MLOps Platform & Feature Store combined with Azure ML. This blog will be more of an overview of the solution and the types of problems it solves, while the next parts will be a technical deep dive into each step of the process.

Looking into 2022: Predictions for a New Year in MLOps

In an era where the passage of time seems to have changed somehow, it definitely feels strange to already be reflecting on another year gone by. It’s a cliche for a reason–the world definitely feels like it’s moving faster than ever, and in some completely unexpected directions. Sometimes it feels like we’re living in a time lapse when I consider the pace of technological progress I’ve witnessed in just a year.

Adopting a Production-First Approach to Enterprise AI

After a year packed with one machine learning and data science event after another, it’s clear that there are a few different definitions of the term ‘MLOps’ floating around. One convention uses MLOps to mean the cycle of training an AI model: preparing the data, evaluating, and training the model. This iterative or interactive model often includes AutoML capabilities, and what happens outside the scope of the trained model is not included in this definition.

Scaling NLP Pipelines at IHS Markit - MLOps Live #17

The data science team at IHS Markit will be sharing practical advice on building sophisticated NLP pipelines that work at scale. Using a robust and automated MLOps process, they run complex models that make massive amounts of unstructured data searchable and indexable. In this session, they will share their journey with MLOps and provide practical advice for other data science teams looking to.

Automating MLOps for Deep Learning

MLOps holds the key to accelerating the development, deployment and management of AI, so that enterprises can derive real business value from their AI initiatives. Deploying and managing deep learning models in production carries its own set of complexities. In this talk, we will discuss real-life examples from customers that have built MLOps pipelines for deep learning use cases. For example, predicting rainfall from CCTV footage to prevent flooding.

ODSC West: Building Operational Pipelines for Machine and Deep Learning

MLOps holds the key to accelerating the development and deployment of AI, so that enterprises can derive real business value from their AI initiatives. From the first model deployed to scaling data science across the organization. The foundation you set will enable your team to build and monitor a growing amount of AI applications in production. In this talk, we will share best practices from our experience with enterprise customers who have effectively built and deployed composite machine and deep learning pipelines.

ODSC West AI Expo Talk: Real-Time Feature Engineering with a Feature Store

Given the growing number of AI projects and the complexities associated with bringing these projects to production, and specifically the challenges associated with feature engineering, the industry needs a way to standardize and automate the core of feature engineering. Feature stores provide enterprises with a competitive edge, as they enable them to expedite and simplify the path from lab to production. They enable sharing and re-use of features across teams and projects to save time and effort and ensure consistency across training and inference.

ODSC West MLOps Keynote: Scaling NLP Pipelines at IHS Markit

The data science team at IHS Markit has been hard at work building sophisticated NLP pipelines that work at scale using the Iguazio MLOps platform and open-source MLRun framework. Today they will share their journey and provide advice for other data science teams looking to: Nick (IHS Markit) and Yaron (Iguazio) will share their approach to automating the NLP pipeline end to end. They’ll also provide details on leveraging capabilities such as Spot integration and Serving Graphs to reduce costs and improve the data science process.

Introduction to TF Serving

Machine learning (ML) model serving refers to the series of steps that allow you to create a service out of a trained model that a system can then ping to receive a relevant prediction output for an end user. These steps typically involve required pre-processing of the input, a prediction request to the model, and relevant post-processing of the model output to apply business logic.