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/58e9b36cb3a2a76a18001d6b58315934 to your computer and use it in GitHub Desktop.
Save betterdatascience/58e9b36cb3a2a76a18001d6b58315934 to your computer and use it in GitHub Desktop.
008_sql_regression
BEGIN
DBMS_DATA_MINING.APPLY(
'GLMR_Regression_Housing',
'housing_test_data',
'row_id',
'housing_test_predictions'
);
END;
/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment