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 ID for execution

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

Last updated

Copyright ยฉ 2023 Arize AI, Inc