Skip to content

Instantly share code, notes, and snippets.

@betterdatascience
Created November 9, 2020 20:39
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 betterdatascience/4a7779890e17e1cf63893ff28eb0b28a to your computer and use it in GitHub Desktop.
Save betterdatascience/4a7779890e17e1cf63893ff28eb0b28a to your computer and use it in GitHub Desktop.
006_sql_regression
SELECT *
FROM TABLE(DBMS_DATA_MINING.GET_MODEL_DETAILS_GLOBAL('GLMR_Regression_Housing'))
ORDER BY global_detail_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment