Description Usage Arguments See Also Examples
Deploy Model to SQL Server, Spark And Hadoop
1 2 | deployModel(connection, procedure_name, model, name, type, description,
version, author)
|
connection |
RODBC connection object returned by createConnection |
procedure_name |
name of the procedure as passed to createProcedure |
model |
model object as returned by serializeModel |
name |
name of the algorithm. example: Logistic Regression model, LightGBM model |
type |
model type (classification or Regression, et.c) |
description |
model description |
version |
model version |
author |
name of the author/creator |
createConnection createProcedure serializeModel
1 2 3 4 5 | ## Not run:
# don't run this sript
con = createConnection(server = "",database = "",username="",password="")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.