-
Notifications
You must be signed in to change notification settings - Fork 90
Description
The "Python Environment Setup" step points to the wrong lab, current:
git clone git@github.com:Snowflake-Labs/sfguide-getting-started-snowpark-python.git cd getting-started-snowpark-python/customer-churn-prediction
Should be
git clone git@github.com:Snowflake-Labs/sfguide-getting-started-machine-learning.git cd sfguide-getting-started-machine-learning
The exercises/demos/etc (notebooks) is using the ACCOUNTADMIN role which is not necessary, it is enough to use SYSADMIN since that role has enough permissions and are a more suitable role to use.
It also would be good if the output of the cells of the notebooks could be cleared, now some of them still have outputs and some not and when they already have outputs it is a little hard to see what cells that have been executed or not.
Could also be nice to have in 2_1_DEMO_model_building_scoring.ipynb an example how to look up what libraries that are available to be used for SP/UDF.