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:
Leila Lali
2020-05-18 17:12:02 -07:00
committed by GitHub
parent c98eaaf5a1
commit f73d81bc13
9 changed files with 59 additions and 49 deletions

View File

@@ -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"
}