Skip to content

rajshah4/snowflake-notebooks

Repository files navigation

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",
}

About

Unofficial snowflake notebooks created by me

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published