From e21b5ea671ba036ce1e31c3ddc80c39ac8be264f Mon Sep 17 00:00:00 2001 From: Hiroyuki Eguchi Date: Sat, 28 Jan 2017 13:18:59 +0900 Subject: [PATCH] Modify fields and help messages Fix a issue that field name is not corresponding to help message. --- .../datasets/create/info/info.help.html | 4 +-- .../datasets/create/info/info.html | 2 +- .../datasets/create/spec/spec.help.html | 24 ++++++++--------- .../datasets/create/spec/spec.html | 2 +- .../experiments/create/spec/spec.help.html | 16 +++--------- .../experiments/create/spec/spec.html | 2 +- .../learnings/create/info/info.help.html | 4 +-- .../learnings/create/info/info.html | 4 +-- .../learnings/create/spec/spec.help.html | 16 +++--------- .../create/info/info.help.html | 6 ++--- .../model_evaluations/create/info/info.html | 4 +-- .../create/spec/spec.help.html | 22 +++++++--------- .../models/create/info/info.help.html | 4 +-- .../models/create/info/info.html | 2 +- .../models/create/spec/spec.help.html | 26 ++++++++++--------- 15 files changed, 60 insertions(+), 78 deletions(-) diff --git a/meteos_ui/static/dashboard/machine_learning/datasets/create/info/info.help.html b/meteos_ui/static/dashboard/machine_learning/datasets/create/info/info.help.html index 466e501..edb792f 100644 --- a/meteos_ui/static/dashboard/machine_learning/datasets/create/info/info.help.html +++ b/meteos_ui/static/dashboard/machine_learning/datasets/create/info/info.help.html @@ -3,6 +3,6 @@
An arbitrary human-readable name.
Dataset Description
An arbitrary human-readable description.
-
Template
-
Name or ID of dataset template.
+
Experiment
+
UUID of the experiment.
diff --git a/meteos_ui/static/dashboard/machine_learning/datasets/create/info/info.html b/meteos_ui/static/dashboard/machine_learning/datasets/create/info/info.html index 6fdc3cf..8bf4a24 100644 --- a/meteos_ui/static/dashboard/machine_learning/datasets/create/info/info.html +++ b/meteos_ui/static/dashboard/machine_learning/datasets/create/info/info.html @@ -25,7 +25,7 @@ + placeholder="{$ 'UUID of the experiment.'|translate $}"> diff --git a/meteos_ui/static/dashboard/machine_learning/datasets/create/spec/spec.help.html b/meteos_ui/static/dashboard/machine_learning/datasets/create/spec/spec.help.html index f20f2f6..9fc4ff4 100644 --- a/meteos_ui/static/dashboard/machine_learning/datasets/create/spec/spec.help.html +++ b/meteos_ui/static/dashboard/machine_learning/datasets/create/spec/spec.help.html @@ -1,14 +1,14 @@
-
Spark Version
-
Version of Apache Spark.
-
Master Nodes
-
Number of Master Node.
-
Master Flavor
-
Flavor ID of Master Node.
-
Worker Nodes
-
Number of Worker Node.
-
Worker Flavor
-
Flavor ID of Worker Node.
-
Floating IP Pool
-
The UUID of Neutron External Network.
+
Method
+
Download : Download dataset to Internal HDFS.
Parse : Parse dataset and download to Internal HDFS.
+
Source Dataset URL
+
URL of Dataset stored Swift or Internal HDFS.
+
Params
+
Parameters when parsing dataset.
+
Swift Tenant
+
Tenant name of Swift.
+
Swift User Name
+
User name of Swift.
+
Swift User Password
+
Password of Swift User.
diff --git a/meteos_ui/static/dashboard/machine_learning/datasets/create/spec/spec.html b/meteos_ui/static/dashboard/machine_learning/datasets/create/spec/spec.html index 6826812..5348277 100644 --- a/meteos_ui/static/dashboard/machine_learning/datasets/create/spec/spec.html +++ b/meteos_ui/static/dashboard/machine_learning/datasets/create/spec/spec.html @@ -25,7 +25,7 @@ + placeholder="{$ 'URL of Dataset stored Swift or Internal HDFS.'|translate $}">
diff --git a/meteos_ui/static/dashboard/machine_learning/experiments/create/spec/spec.help.html b/meteos_ui/static/dashboard/machine_learning/experiments/create/spec/spec.help.html index f20f2f6..66e6752 100644 --- a/meteos_ui/static/dashboard/machine_learning/experiments/create/spec/spec.help.html +++ b/meteos_ui/static/dashboard/machine_learning/experiments/create/spec/spec.help.html @@ -1,14 +1,6 @@
-
Spark Version
-
Version of Apache Spark.
-
Master Nodes
-
Number of Master Node.
-
Master Flavor
-
Flavor ID of Master Node.
-
Worker Nodes
-
Number of Worker Node.
-
Worker Flavor
-
Flavor ID of Worker Node.
-
Floating IP Pool
-
The UUID of Neutron External Network.
+
Key Name
+
Keypair Name to deploy.
+
Neutron Management Network
+
The UUID of Neutron Management Network.
diff --git a/meteos_ui/static/dashboard/machine_learning/experiments/create/spec/spec.html b/meteos_ui/static/dashboard/machine_learning/experiments/create/spec/spec.html index 5752284..d3f691f 100644 --- a/meteos_ui/static/dashboard/machine_learning/experiments/create/spec/spec.html +++ b/meteos_ui/static/dashboard/machine_learning/experiments/create/spec/spec.html @@ -9,7 +9,7 @@ + placeholder="{$ 'Keypair Name to deploy.'|translate $}">
diff --git a/meteos_ui/static/dashboard/machine_learning/learnings/create/info/info.help.html b/meteos_ui/static/dashboard/machine_learning/learnings/create/info/info.help.html index 86a7188..43956a5 100644 --- a/meteos_ui/static/dashboard/machine_learning/learnings/create/info/info.help.html +++ b/meteos_ui/static/dashboard/machine_learning/learnings/create/info/info.help.html @@ -3,6 +3,6 @@
An arbitrary human-readable name.
Learning Description
An arbitrary human-readable description.
-
Template
-
Name or ID of learning template.
+
Model
+
UUID of prediction model which you want to predict.
diff --git a/meteos_ui/static/dashboard/machine_learning/learnings/create/info/info.html b/meteos_ui/static/dashboard/machine_learning/learnings/create/info/info.html index 59146f0..9720313 100644 --- a/meteos_ui/static/dashboard/machine_learning/learnings/create/info/info.html +++ b/meteos_ui/static/dashboard/machine_learning/learnings/create/info/info.html @@ -19,13 +19,13 @@
+ placeholder="{$ 'UUID of prediction model which you want to predict.'|translate $}">
diff --git a/meteos_ui/static/dashboard/machine_learning/learnings/create/spec/spec.help.html b/meteos_ui/static/dashboard/machine_learning/learnings/create/spec/spec.help.html index f20f2f6..656252e 100644 --- a/meteos_ui/static/dashboard/machine_learning/learnings/create/spec/spec.help.html +++ b/meteos_ui/static/dashboard/machine_learning/learnings/create/spec/spec.help.html @@ -1,14 +1,6 @@
-
Spark Version
-
Version of Apache Spark.
-
Master Nodes
-
Number of Master Node.
-
Master Flavor
-
Flavor ID of Master Node.
-
Worker Nodes
-
Number of Worker Node.
-
Worker Flavor
-
Flavor ID of Worker Node.
-
Floating IP Pool
-
The UUID of Neutron External Network.
+
Method
+
Currently, a predict method is only supported.
+
Input Data
+
Input Data for Prediction.
diff --git a/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/info/info.help.html b/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/info/info.help.html index 8132a6a..074c994 100644 --- a/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/info/info.help.html +++ b/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/info/info.help.html @@ -1,8 +1,6 @@
ModelEvaluation Name
An arbitrary human-readable name.
-
ModelEvaluation Description
-
An arbitrary human-readable description.
-
Template
-
Name or ID of model_evaluation template.
+
Model
+
UUID of Prediction Model which you want to evaluate.
diff --git a/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/info/info.html b/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/info/info.html index cba60e7..78310fb 100644 --- a/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/info/info.html +++ b/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/info/info.html @@ -11,13 +11,13 @@
+ placeholder="{$ 'UUID of Prediction Model which you want to evaluate.'|translate $}">
diff --git a/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/spec/spec.help.html b/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/spec/spec.help.html index f20f2f6..b18a3a8 100644 --- a/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/spec/spec.help.html +++ b/meteos_ui/static/dashboard/machine_learning/model_evaluations/create/spec/spec.help.html @@ -1,14 +1,12 @@
-
Spark Version
-
Version of Apache Spark.
-
Master Nodes
-
Number of Master Node.
-
Master Flavor
-
Flavor ID of Master Node.
-
Worker Nodes
-
Number of Worker Node.
-
Worker Flavor
-
Flavor ID of Worker Node.
-
Floating IP Pool
-
The UUID of Neutron External Network.
+
Source Dataset URL
+
URL of Dataset stored Swift or Internal HDFS.
+
Dataset Format
+
Dataset Format (csv or libsvm or text).
+
Swift Tenant
+
Tenant name of Swift.
+
Swift User Name
+
User name of Swift.
+
Swift User Password
+
Password of Swift User.
diff --git a/meteos_ui/static/dashboard/machine_learning/models/create/info/info.help.html b/meteos_ui/static/dashboard/machine_learning/models/create/info/info.help.html index af8ce56..e23a55b 100644 --- a/meteos_ui/static/dashboard/machine_learning/models/create/info/info.help.html +++ b/meteos_ui/static/dashboard/machine_learning/models/create/info/info.help.html @@ -3,6 +3,6 @@
An arbitrary human-readable name.
Model Description
An arbitrary human-readable description.
-
Template
-
Name or ID of model template.
+
Experiment
+
UUID of the experiment.
diff --git a/meteos_ui/static/dashboard/machine_learning/models/create/info/info.html b/meteos_ui/static/dashboard/machine_learning/models/create/info/info.html index 0dfc596..30f02c2 100644 --- a/meteos_ui/static/dashboard/machine_learning/models/create/info/info.html +++ b/meteos_ui/static/dashboard/machine_learning/models/create/info/info.html @@ -25,7 +25,7 @@ + placeholder="{$ 'UUID of the experiment.'|translate $}"> diff --git a/meteos_ui/static/dashboard/machine_learning/models/create/spec/spec.help.html b/meteos_ui/static/dashboard/machine_learning/models/create/spec/spec.help.html index f20f2f6..5945c3e 100644 --- a/meteos_ui/static/dashboard/machine_learning/models/create/spec/spec.help.html +++ b/meteos_ui/static/dashboard/machine_learning/models/create/spec/spec.help.html @@ -1,14 +1,16 @@
-
Spark Version
-
Version of Apache Spark.
-
Master Nodes
-
Number of Master Node.
-
Master Flavor
-
Flavor ID of Master Node.
-
Worker Nodes
-
Number of Worker Node.
-
Worker Flavor
-
Flavor ID of Worker Node.
-
Floating IP Pool
-
The UUID of Neutron External Network.
+
Model Type
+
Prediction Model Type.
+
Model Params
+
Parameters when creating model.
+
Source Dataset URL
+
URL of Dataset stored Swift or Internal HDFS.
+
Dataset Format
+
Dataset Format (csv or libsvm or text).
+
Swift Tenant
+
Tenant name of Swift.
+
Swift User Name
+
User name of Swift.
+
Swift User Password
+
Password of Swift User.