SageMaker

Overview

These tutorials are designed to work in any environment and showcase a number of model types.

Copy the Tutorials and upload to a SageMaker Notebook Instance Server

Some tutorials include both a PYNB Notebook and a Lambda .py file. Upload both files to the Notebook server as the Notebook will help upload the Lambada function.

Simply copy the tutorials into your own drive and add your API & SPACE KEY for execution

Arize Hello World Pynb
from arize.api import Client
#SPACE KEY - SUPPLIED BY ARIZE
space_key = 'SPACE_KEY'
#API KEY - GENERATED IN ARIZE ACCOUNT OR SUPPLIED
api_key = 'API_KEY'

Last updated

Copyright © 2023 Arize AI, Inc