Skip to content

Instantly share code, notes, and snippets.

@puyokw
Created March 10, 2016 09:22
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 puyokw/6c8c6b81bad1f25f1ad9 to your computer and use it in GitHub Desktop.
Save puyokw/6c8c6b81bad1f25f1ad9 to your computer and use it in GitHub Desktop.
td_intern otto
INSERT OVERWRITE TABLE var_importance
select
array_sum(var_importance) as var_importance,
sum(oob_errors) / sum(oob_tests) as oob_err_rate
from
model;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment