Skip to content

Instantly share code, notes, and snippets.

@korkridake
Created December 31, 2019 17:58
Show Gist options
  • Save korkridake/f84cfdff4d3d616e882a1b4556ca18f1 to your computer and use it in GitHub Desktop.
Save korkridake/f84cfdff4d3d616e882a1b4556ca18f1 to your computer and use it in GitHub Desktop.
AWS Cloud Journey - Analyzing to Deploying Models with Amazon SageMaker (Ep. 1)
################################################
# Import the typical Python libraries
################################################
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import io
import os
import sys
import time
import json
from IPython.display import display
from time import strftime, gmtime
################################################
# Import the AWS SDK for Python
# https://aws.amazon.com/sdk-for-python/
################################################
import sagemaker
from sagemaker.predictor import csv_serializer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment