Skip to content

Instantly share code, notes, and snippets.

@puyokw
Last active February 26, 2016 06:34
Show Gist options
  • Save puyokw/62c3ad57d541fc4da4b8 to your computer and use it in GitHub Desktop.
Save puyokw/62c3ad57d541fc4da4b8 to your computer and use it in GitHub Desktop.
td_intern rossmann
INSERT
OVERWRITE TABLE
model SELECT
train_randomforest_regr(features, label, '-trees 20')
FROM
training3
UNION ALL
SELECT
train_randomforest_regr(features, label, '-trees 20')
FROM
training3
UNION ALL
SELECT
train_randomforest_regr(features, label, '-trees 20')
FROM
training3
UNION ALL
SELECT
train_randomforest_regr(features, label, '-trees 20')
FROM
training3
UNION ALL
SELECT
train_randomforest_regr(features, label, '-trees 20')
FROM
training3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment