MLS - Changed the dashboard to match the design (#9905)

* Machine Learning Extension - Changed the dashboard to match the design
This commit is contained in:
Leila Lali
2020-04-13 14:06:29 -07:00
committed by GitHub
parent 8c491d36f4
commit 3f08d5d714
18 changed files with 625 additions and 83 deletions

View File

@@ -1,6 +1,6 @@
{
"displayName": "SQL Server Machine Learning Services",
"description": "SQL Server Machine Learning Services",
"displayName": "SQL Machine Learning",
"description": "SQL Machine Learning",
"title.tasks": "Tasks",
"title.documents": "Documents",
"title.configurations": "Configurations",
@@ -9,13 +9,11 @@
"mls.command.manageLanguages": "Manage external languages",
"mls.command.predictModel": "Make prediction",
"mls.command.manageModels": "Manage models",
"mls.command.registerModel": "Register model",
"mls.command.odbcdriver": "Install ODBC Driver for SQL Server",
"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.command.importModel": "Import model",
"mls.configuration.title": "SQL Machine Learning Configurations",
"mls.pythonPath.description": "Local path to a preexisting Python installation used by SQL Machine Learning.",
"mls.enablePython.description": "Enable Python package management.",
"mls.enableR.description": "Enable R package management.",
"mls.rPath.description": "Local path to a preexisting R installation used by Machine Learning Services.",
"mls.command.dependencies": "Install Machine Learning Services Dependencies"
"mls.rPath.description": "Local path to a preexisting R installation used by SQL Machine Learning.",
"mls.command.dependencies": "Install SQL Machine Learning Dependencies"
}