Created
September 18, 2014 16:46
-
-
Save PMeinshausen/34b95b2b60ce500e8b74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --Syntax (version 1.3) | |
| SELECT * FROM GLMPredict( | |
| ON input_table | |
| [DOMAIN('host:port')] | |
| [DATABASE('db_name')] | |
| [USERID('user_id')] | |
| [PASSWORD('password')] | |
| [SSLSETTINGS('SSLsettings')] | |
| [SSLTRUSTSTOREPASSWORD('SSLtruststorepassword')] | |
| MODELTABLE('model_table_name') | |
| [ACCUMULATE('column_names')] | |
| FAMILY('family') | |
| [LINK('link')] | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment