Skip to content

Instantly share code, notes, and snippets.

@betterdatascience
Created November 9, 2020 20:40
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/9c849b3e0e85ea0dc0873fa0256b5e3d to your computer and use it in GitHub Desktop.
Save betterdatascience/9c849b3e0e85ea0dc0873fa0256b5e3d to your computer and use it in GitHub Desktop.
007_sql_regression
SELECT feature_expression, coefficient, p_value
FROM TABLE(DBMS_DATA_MINING.GET_MODEL_DETAILS_GLM('GLMR_Regression_Housing'))
ORDER BY p_value DESC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment