Tag: MachineLearning

Run Spark jobs on Azure Batch – Azure AZTK

By using aztk, you can easily deploy and drop your Spark cluster in the cloud (Azure) and you can take agility for parallel programming (for ex, starting with low-capacity VMs, performance testing with large size or GPU accelerated, etc) with massive cloud computing power.
Here I show you our machine learning tutorials (PySpark and MLlib) with aztk.

Introduce Time Series Analysis with ARIMA (Part 2)

In this post I describe the background and how-to for time-series analysis with more practical and advanced topics, non-stationary time-series (ARIMA) and seasonal time-series (Seasonal ARIMA), which is based on the basic idea (knowledge) in my previous post.
Through these posts (part1 and part2), you can shortly understand the outline for ARIMA time-series analysis.