Markdown Like a Champ in Visual Studio Code

Today's post will be fairly short. We are going to talk about a pair of extensions for Visual Studio Code which make it easy to build markdown files. Markdown All in One The first tool of choice is a big one, Yu Zhang's Markdown All in One. This extension provides several great features. One of…

Advertisement

The Basics of MLflow

This is sort of related to a series on getting beyond the basics with Azure ML but is not officially part of that series. In this post, we are going to cover MLflow, a platform for managing the machine learning lifecycle. What is MLflow? MLflow is a set of products which allow data scientists to…

Interesting Resources for Chapter 4

For each chapter in Finding Ghosts in Your Data, I’ll include a few resources that I found interesting. This isn’t a bibliography, strictly speaking, as I might not use all of these in the course of writing, but they were at least worth noting. Sundry Links Chapter 4 is all about building the framework for an…

Scheduling Azure ML Compute Instances

Not too long ago, I mentioned that compute instances in Azure Machine Learning are lacking one critical thing: auto-stop functionality. The single biggest problem I have with compute instances is that there is no auto-stop functionality to them. This is really frustrating because you’re paying for that virtual machine like you would any other, so…

Upping My Audio Quality Game

A few months ago, Anthony Nocentino discussed his Pluralsight setup. I decided that this was a good time to take advantage of a friend's knowledge and upgrade my system. Obligatory Warnings Before I get into the setup, I have to lay out some warnings. You get two classes of obligatory warning here: first, that I…

Low-Code Azure ML: Wrapping Up

This is part seven in a series on low-code machine learning with Azure ML. What Did We Learn? Over the course of this series, we learned how to use Azure Machine Learning to train models and score data without writing a line of code. We first learned how to create a workspace in Azure Machine…