Machine Learning Services R Packages (#8870)

* R Package management in Machine learning services extension
This commit is contained in:
Leila Lali
2020-01-15 12:19:22 -08:00
committed by GitHub
parent d3105beb43
commit 09b578a169
29 changed files with 1330 additions and 414 deletions

View File

@@ -4,8 +4,11 @@
"title.tasks": "Tasks",
"title.configurations": "Configurations",
"title.endpoints": "Endpoints",
"title.books": "Machine Learning Services Books",
"mls.command.managePackages": "Manage Packages in SQL Server",
"mls.command.odbcdriver": "Install ODBC Driver for SQL Server",
"mls.command.mlsdocs": "Machine Learning Services Documentation"
"mls.command.mlsdocs": "Machine Learning Services Documentation",
"mls.configuration.title": "Machine Learning Services configurations",
"mls.pythonPath.description": "Local path to a preexisting python installation used by Machine Learning Services.",
"mls.rPath.description": "Local path to a preexisting python installation used by Machine Learning Services.",
"mls.command.dependencies": "Install Machine Learning Services Dependencies"
}