Getting Quick Insights on Sales Data with PowerBI
To finish off getting insights from a sales data set, we’re going to look at using Microsoft’s PowerBI. PowerBI is a very helpful tool for looking at our data through […]
Handling “Open File – Security Warning”
It seems like a simple enough task. Use an Azure File share to store an executable and use a PowerShell script to execute the application on a new virtual machines. […]
Getting Started with VS App Center
There is no doubt that Microsoft’s VS App Center is an incredible resource for mobile application programmers. The problem is that it seems hard to get started. The good news […]
Beginning Statistics for Data Science: Types of Data
Statistics is becoming a must learn topic for anyone looking to get into data science. Look at any data scientist job posting, and you will be hard-pressed to find a […]
Containerize a Python App in 5 Minutes
Python for better or worse has found cemented itself as the lingua franca of data science. With its rise in popularity also comes how it is deployed. Simultaneously with the […]
Containerize a Node App in 5 Minutes
Node and Docker are a match made in heaven because the strengths of Node play to the strengths of Docker. Node microservices typically are built on top of the Express […]
Creating Web Apps for Your Machine Learning Models with Dash
In the last post, we created APIs for our machine learning models so they could be deployed and clients could invoke them. However, what if you just wanted a simple […]
DevOps News From Connect(); 2017
The Microsoft Connect(); 2017 online event is nearly over, and so far we’ve heard lots of exciting news from Microsoft about Azure and changes to improve their support for DevOps. […]
Creating a Machine Learning Web API with Flask
In our previous post, we went over how to create a simple linear regression model with scikit-learn and how to use it to make predictions. But, that’s not very useful […]