如何使用RevoScaleR在SQL Server中创建表?

时间:2018-09-28 08:38:34

标签: r sql-server

我希望能够通过我的R脚本和RevoScaleR库在SQL Server上管理表。 我在本地实例上安装了Machine Learning Services,并且将Microsoft R Client作为R的解释器。我可以获得与服务器的连接。 但是,看来我无法在服务器上创建表。

我尝试过:

> predictionSql = RxSqlServerData(table = "PredictionLinReg", connectionString = connStr)
> predict_linReg = rxPredict(LinReg_model, input_data, outData = predictionSql, writeModelVars=TRUE)

...返回:

  

rxCompleteClusterJob(hpcServerJob,consoleOutput,   autoCleanup):无可用结果-最终作业状态:失败

我们将不胜感激。 R的新手。

0 个答案:

没有答案