{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Bike-Share Demand Forecasting 2b: SageMaker DeepAR Algorithm\n", "\n", "이전 [1_Data_Preparation](1_Data_Preparation.ipynb) 노트북에서 수행한 bike-share 수요 예측 문제를 해결하기 위해 3가지 방법을 살펴봅니다.\n", "\n", "1. AWS \"Managed AI\"서비스 ([Amazon Forecast] (https://aws.amazon.com/forecast/))으로 일반적/규격화된 비즈니스 문제를 다룹니다.\n", "2. SageMaker의 built-in된 알고리즘 ([DeepAR] (https://docs.aws.amazon.com/sagemaker/latest/dg/deepar.html))을 사용하여 1번과 동일한 비즈니스 문제를 다룹니다.\n", "3. custom SageMaker 알고리즘을 사용하여 부가적인 차별적 SageMaker의 기능을 활용하면서 핵심 모델링을 수행합니다.\n", "\n", "\n", "**이 노트북은 SageMaker의 built-in 알고리즘인 DeepAR을 적용하는 방법을 보여줍니다.**\n", "\n", "**This notebook shows how to apply the SageMaker DeepAR built-in algorithm.**" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Dependencies and configuration\n", "\n", "라이브러리를 로딩한 다음, 설정값을 정의하고, AWS SDKs에 연결합니다." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "