mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
ML- Fixed the issue with wrong title in predict page (#10467)
* Fixed the issue with wrong title in predict page * Fixed the type of ml settings * Increased timeout * Fixed the bug with R package management and Windows auth * fixed the tests * fixed a typo
This commit is contained in:
@@ -5,16 +5,16 @@
|
||||
"title.documents": "Documents",
|
||||
"title.configurations": "Configurations",
|
||||
"title.endpoints": "Endpoints",
|
||||
"mls.command.managePackages": "Manage packages in database",
|
||||
"mls.command.manageLanguages": "Manage external languages",
|
||||
"mls.command.predictModel": "Make prediction",
|
||||
"mls.command.manageModels": "Manage models",
|
||||
"mls.command.importModel": "Import model",
|
||||
"mls.configuration.title": "Machine Learning Configurations",
|
||||
"mls.pythonPath.description": "Local path to a preexisting Python installation used by Machine Learning.",
|
||||
"mls.enablePython.description": "Enable Python package management in database.",
|
||||
"mls.enableR.description": "Enable R package management in database.",
|
||||
"mls.rPath.description": "Local path to a preexisting R installation used by Machine Learning.",
|
||||
"mls.command.dependencies": "Install Machine Learning Dependencies",
|
||||
"mls.command.enableExternalScript": "Enable External script"
|
||||
"ml.command.managePackages": "Manage packages in database",
|
||||
"ml.command.manageLanguages": "Manage external languages",
|
||||
"ml.command.predictModel": "Make prediction",
|
||||
"ml.command.manageModels": "Manage models",
|
||||
"ml.command.importModel": "Import model",
|
||||
"ml.configuration.title": "Machine Learning Configurations",
|
||||
"ml.pythonPath.description": "Local path to a preexisting Python installation used by Machine Learning.",
|
||||
"ml.enablePython.description": "Enable Python package management in database.",
|
||||
"ml.enableR.description": "Enable R package management in database.",
|
||||
"ml.rPath.description": "Local path to a preexisting R installation used by Machine Learning.",
|
||||
"ml.command.dependencies": "Install Machine Learning Dependencies",
|
||||
"ml.command.enableExternalScript": "Enable External script"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user