Skip to content

Latest commit

 

History

History
108 lines (62 loc) · 4.09 KB

README.md

File metadata and controls

108 lines (62 loc) · 4.09 KB

snowflake-notebooks

Unofficial snowflake notebooks created by me

This is an unofficial repo. If you need the latest and greatest, check out the snowflake documentation or Snowflake Developers or Snowflake labs repo.

As of November 2024, I no longer work at Snowflake and will not be updating the notebooks

Notebooks

Basics of Snowflake ML using Diabetes Dataset

Basics of Snowflake ML with Forecasting Chicago Bus Ridership


Scaling:


Cortex LLM


ML Functions from Snowflake


Feature Store:


ML Tools:


Misc Notebooks:


Containers for Snowflake Container Services:


Model Demos for Snowflake Container Notebooks:


Using the Notebooks:

For connecting to snowflake, the notebooks use a creds.json file. You will want to create this JSON file with the following structure. My newer notebook also include code for using a private key (I typically use private key and 2 factor).

{
    "account":"MY SNOWFLAKE ACCOUNT",
    "user": "MY USER",
    "password":"MY PASSWORD",
    "warehouse":"MY WH",
}