question

ivlsudhakar avatar image
ivlsudhakar asked

How to use SVM model in SQL Server 2016

Hi, In Sql Server Server 2016 i had updated the server by using "cumulative update4" from microsoft. But when I am running rxOneClassSvm()..... I am getting Error like "Error in eval(expr, envir, enclos) : could not find function "rxOneClassSvm" Calls: source -> withVisible -> eval -> eval".
sql-server-2016rr-services
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
ivlsudhakar avatar image
ivlsudhakar answered
I found the answer that the inbuilt R version SQL Server 2016 is 3.2.2, But MicrosoftML Package work on R 3.3.3 on words, So the R version in SQL SERVER 2016 has to be updated. It is done by Downloading Microsoft R Server 9.0.1 and run RServerSetup.exe to receive SQLBindR.exe. Please go through the https://blogs.msdn.microsoft.com/microsoftrservertigerteam/2017/03/22/running-microsoftml-in-sql-server/ Thanks, ivlsudhakar
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.