Commit Graph

22 Commits

Author SHA1 Message Date
Hiroyuki Eguchi 02f26dc61e stdout doesn't show up
Fix the issue that stdout doesn't show up
in overview panel.

Change-Id: Ia7cf4b82fd0a632ac3a2812525bd536b74beeb74
2017-05-18 10:46:02 +09:00
the.bling a0f6f09c19 fixed broken html tag
Change-Id: I6c189d1551aea49370695dba0015c60ac8bdaf84
2017-04-07 10:17:30 +05:30
Hiroyuki Eguchi c5cfa10ade Improve visualization of evaluations
Currently, result of evaluation shows up as a text.
Improve the visualization using table tag.

Change-Id: Ie5c3a715f9fa5fe570e2b9e0ad48ad923be65058
2017-04-05 13:45:09 +09:00
Hiroyuki Eguchi aa6fe37f23 Add a recreate model action
Add a recreate model action
in model panel.

implements blueprint recreate-model
Change-Id: I1465a1bf170cd37bf98a7081a4277b4cb5f845d6
2017-03-29 12:50:58 +09:00
Hiroyuki Eguchi 312a5742ea Change the field type of flavor
Change the field type of flavor from input to select box.
User can select flavor without specifying manually.

Change-Id: I6dfb2a567d39cf621c545ce43272a3b691029817
2017-03-24 12:34:10 +09:00
Hiroyuki Eguchi ed6b4cc02b change field type
change field type of parse parameter
from input to textarea because it tends to be long.

Change-Id: Ia723a28e5e5b65c1284e43e732371776f6d78fca
2017-03-13 09:27:41 +09:00
Hiroyuki Eguchi 9b0f08ab31 Add Overview Panel
Add Overview Panel like a neutron network topology panel.
User can see all relationships among
machine learning resources.

implements blueprint overview-panel
Change-Id: I1ee215e43039d984b494aa9f407d176ce008ea81
2017-03-01 22:08:14 +09:00
Hiroyuki Eguchi 856f767a81 Support newly added models
Some models and parameters have been added by below bp.

Add support models
https://blueprints.launchpad.net/meteos/+spec/add-support-models

Therefore, meteos-ui should support these models and params.

And set a initial value each model parameter.

These code are scheduled to be deleted
in the future by the below bp.
https://blueprints.launchpad.net/meteos/+spec/stored-model-type

implements blueprint add-support-models
Change-Id: Ia5788b63b76c703c54e3f5b92b81736111cfa065
2017-02-23 17:22:50 +09:00
Hiroyuki Eguchi b69b3c36e2 Add NaiveBayes Model
Change-Id: Ia8f0a96943a66b5e16e19ad666e4c0ee169ad71d
2017-02-13 14:40:06 +09:00
Hiroyuki Eguchi 98870cc4e8 Add split method
Change-Id: Ib937b0e87bff50b8b3aa2746dd739856045f7730
2017-02-11 15:05:35 +09:00
Hiroyuki Eguchi 0197f4572b Add load/unload actions
Add load and unload action into Model Panel.

Change-Id: Idcd698a47df9c974b5ea063cf3760132665e570a
2017-02-11 13:16:12 +09:00
Hiroyuki Eguchi f954622ae2 Change field type of dataset
Modify field type so that user can select
from datasets without specify manually.

Change-Id: Idce312380a3c97c9e5653395a9bb4350c3655548
2017-02-09 21:11:30 +09:00
Hiroyuki Eguchi 9acd826f7a Modify dataset format parameter
Fix the issue that a dataset format is set to None,
even if user specify correctly.

Change-Id: I99d5d084edf9f339400dd44ac2579ff08619d9cf
Closes-Bug: #1662795
2017-02-09 09:09:23 +09:00
Hiroyuki Eguchi 0c663998f7 Add select box
Add select box so that user can select resources
without specifying a UUID manually.

Change-Id: I672c38d9cacb5b4b463740a2bc71045abd275df7
2017-02-04 22:47:36 +09:00
Hiroyuki Eguchi 7705796935 Modify view lists correctly
Change-Id: I39ecabe108d92882c1d2eeb98e8c5ed8d0bbc5b6
2017-02-03 13:17:49 +09:00
Hiroyuki Eguchi c02365369e Fix an issue evaluation panel doesn't show up
Change-Id: Ib08873a3a056081787c391ae0b696b6a789281ba
2017-02-02 14:57:07 +09:00
Hiroyuki Eguchi 40cb671811 Add a gitreview and modify for unit-testing
Change-Id: Ib2eb728e092383a81fb2d888842fd2e1b1d7fbe7
2017-02-01 14:35:51 +09:00
Hiroyuki Eguchi 94b9cf4820 Improved model creation dialog
Modal parameters differs depending
on the prediction model.

Modify a model creation dialog so that
only necessary parameters are showing up
when selecting prediction model.
2017-01-31 14:44:37 +09:00
Hiroyuki Eguchi 2feb484c93 Add a common Dataset dialog
Dataset parameters are needed when creating some resources
for instance Dataset, Model, Model Evaluation.

Add a common dataset dialog to avoid redundant expression.
2017-01-30 18:12:29 +09:00
Hiroyuki Eguchi c34df76c7a Change field type
Change field type from text to button or listbox.
2017-01-29 09:34:18 +09:00
Hiroyuki Eguchi e21b5ea671 Modify fields and help messages
Fix a issue that field name is not corresponding
to help message.
2017-01-28 13:20:35 +09:00
Hiroyuki Eguchi 8fca7e3753 first commit 2017-01-27 17:40:43 +09:00