In my last post, I used ARIMA model to carry out forecasting against a time series dataset. Although it worked, it is a bit too complicated and hard to understand for non expert users like me. Recently I came across Prophet which is an awesome library from Facebook for carrying out forecasting with time series… Continue reading Forecasting Time Series Data with Prophet
Tag: featured
Time series forecasting with Auto ARMIA
Recently I came across some interesting algorithms and tools that can help with time series data analysis and forecasting. I found them very interesting from a developer's perspective. So I think I need to write something about it. How to do forecasting for sales, inventory and other time based data? I asked the question to… Continue reading Time series forecasting with Auto ARMIA
Have some REST in Magento 2
Recently I have been working on some integration projects which require custom APIs to be built in Magento. As we know Magento support SOAP and REST as 2 main types of APIs. SOAP used to be the main API suite in Magento 1. But REST has become the main stream web API that developers are… Continue reading Have some REST in Magento 2