Skip to content

Instantly share code, notes, and snippets.

@PMeinshausen
Created September 18, 2014 12:14
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 PMeinshausen/84d802a638bc4261c221 to your computer and use it in GitHub Desktop.
Save PMeinshausen/84d802a638bc4261c221 to your computer and use it in GitHub Desktop.
--Syntax (version 1.1)
select * from FMeasure
(
ON table_name PARTITION BY 1
ExpectColumn('expect_column_name')
PredictColumn('result_column_name')
[Beta(beta_value)]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment