Blog — Advancing Analytics
Data Science | AI | DataOps | Engineering
backgroundGrey.png

Blog

Data Science & Data Engineering blogs

Posts by Tori Tompkins
Microsoft Ignite 2023 - AI Roundup

AI was the very first thing mentioned in Satya Nadella’s opening keynote of Microsoft Ignite 2023, dominating over 50% of the sessions, and with Gen-AI at its peak, that has been no surprise. In this blog, we will highlight some of our favourite announcements on Azure AI Platforms.


Read More
Tori TompkinsComment
Feature Stores and Why You Need Them

MLOps aims to resolve the challenges of getting machine learning models and processes into production for operational use and one of the major challenges is how to manage features, data pipelines and ensure consistency between training and production. This is what Feature Stores were designed to do. This blog will introduce you to the basics of Feature Stores and how they solve one of the largest impediments to machine learning success.

Read More
What is MLOps and Why Do You Need It?

MLOps (Machine Learning Operations) is the set of processes for the production ML lifecycle, basically a way to efficiently and reliably deploy and maintain ML models in production. This blog covers the 6 phases of the ML lifecycle and how MLOps can enrich your ML platform.

Read More
Tori TompkinsComment
Getting Started with Graph Analysis in NetworkX

NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex graphs. It’s a really cool package that contains heaps of graph algorithms for all different uses. In this tutorial, I will cover how to create a graph from an edge list and different ways we can query it.

Read More
Tori TompkinsComment