Skip to content

sfc-gh-tpetrache/citibike_snowpark_forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This demo follows the storyline from Machine Learning Demo: Predicting Citibike Trips Using Snowflake & Facebook Prophet with one addition, it uses snowpark, instead of the snowflake python connector.

It works with citibike V4


Steps to install snowpark for python:


Create a new json credential file creds.json following this structure:
{
    "account": "",
    "user": "",
    "password": "",
    "warehouse": "",
    "database": "CITIBIKE",
    "schema": "DEMO"
  }

About

snowpark and fbprophet demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published