Skip to content

Instantly share code, notes, and snippets.

@zdravko-il
Created March 20, 2023 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdravko-il/a35c8b10092cccc7143db1a69e1fb8c2 to your computer and use it in GitHub Desktop.
Save zdravko-il/a35c8b10092cccc7143db1a69e1fb8c2 to your computer and use it in GitHub Desktop.
LIST @DEPLOY;
-- deploy/model_0.3.joblib 512 323c36f70e713ab762d395077c9ab244 Thu, 9 Mar 2023 14:08:22 GMT
CALL register_model_to_udf('model_0.3.joblib', 'forecast_new');
SELECT forecast_new(2050);
-- 169.78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment