Artificial Intelligence

Ivan Cui

Author: Ivan Cui

Build a cold start time series forecasting engine using AutoGluon

November 2022: This post is now obsolete. Please refer to the latest blog post Easy and accurate forecasting with AutoGluon-TimeSeries. Whether you’re allocating resources more efficiently for web traffic, forecasting patient demand for staffing needs, or anticipating sales of a company’s products, forecasting is an essential tool across many businesses. One particular use case, known […]

Use Amazon SageMaker Feature Store in a Java environment

Feature engineering is a process of applying transformations on raw data that a machine learning (ML) model can use. As an organization scales, this process is typically repeated by multiple teams that use the same features for different ML solutions. Because of this, organizations are forced to develop their own feature management system. Additionally, you […]