mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Machine Learning Services Settings (#8968)
* Added two config to Machine Learning Services extension to enable and disable python and r
This commit is contained in:
13
extensions/machine-learning-services/config.json
Normal file
13
extensions/machine-learning-services/config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"requiredPythonPackages": [
|
||||
{ "name": "pymssql", "version": "2.1.4" },
|
||||
{ "name": "sqlmlutils", "version": ""}
|
||||
],
|
||||
|
||||
"requiredRPackages": [
|
||||
{ "name": "RODBCext", "repository": "https://cran.microsoft.com" },
|
||||
{ "name": "sqlmlutils", "fileName": "sqlmlutils_0.7.1.zip", "downloadUrl": "https://github.com/microsoft/sqlmlutils/blob/master/R/dist/sqlmlutils_0.7.1.zip?raw=true"}
|
||||
],
|
||||
|
||||
"rPackagesRepository": "https://cran.r-project.org"
|
||||
}
|
||||
Reference in New Issue
Block a user