Commit Graph

16 Commits

Author SHA1 Message Date
the.bling bc4144302d replaced function with set literal
Change-Id: Ia4484ff272369b29a306a3db01491daf9f79ce71
2017-04-04 13:55:53 +05:30
Hiroyuki Eguchi 00fd417f26 Extend parameters of model-recreate
Extend parameters of "model-recreate"
so that user can recreate model
with new model parameters.

implements blueprint recreate-model

Change-Id: I703b8d729cfd0d250b143e902100017596327f59
2017-03-29 12:46:50 +09:00
Tao Li 179d341ecd Remove log translations
Log messages are no longer being translated. This removes all use of the
_LE, _LI, and _LW translation markers to simplify logging and to avoid
confusion with new contributions. See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I1c77ab511ad9aa87372c66af8cd49f9b2c38e085
2017-03-22 12:07:59 +08:00
Hiroyuki Eguchi 5045c6c189 Return related resource information
This bug is related to below bp.

Add Overview Panel
https://blueprints.launchpad.net/meteos-ui/+spec/overview-panel

This bp aims to add a overview panel which show up
relationships among machine learning resources.

To make this bp possible, meteos-api must return
information how resources are related to each other.

For instance, model is related to experiment,
so meteos-api has to return the model information
including experiment_id.

Closes-Bug: 1668577
Change-Id: I26e49853195ac4c0a4d7bd20073cc5a111f36ad8
2017-02-28 21:23:46 +09:00
shunliz 1330ce647d Add unit test for dataset api
Add unit test for dataset api show

Change-Id: I1028c41efc901b8050911f42a418d2ea35c7ef7a
2017-02-16 15:47:24 +08:00
Hiroyuki Eguchi d544f046f1 Add validations when creating/deleting resources
Change-Id: I4a2b4c0a9013605d465dc4ab2f012d1f8b785287
2017-02-12 17:08:33 +09:00
Hiroyuki Eguchi 0a6e3912c1 Recreate Model
it's desirable for prediction models
to increase their accuracy continuously.

Add a "model-recreate" command to
recreate model with new datasets.

implements blueprint recreate-model
Change-Id: Ib69bcf9df0de38b5d31c338d09cf13b9b6a8e144
2017-02-09 15:46:46 +09:00
Hiroyuki Eguchi 8009742c0f Add split dataset method
In machine learning, user splits the dataset in general.
One is for creating a prediction model,
the other is for evaluating model.
Add a split dataset command to make it possible.

implements blueprint split-dataset

Change-Id: Idb323a1240d790d5628f9eb31cba8d3a29ad64e8
2017-02-08 16:38:16 +09:00
Hiroyuki Eguchi a197225848 Add items into list which meteos-api returns
Change-Id: I2d7c37b0b4c208e4a9c5dcc8158d1536da75d7a2
2017-02-03 12:52:34 +09:00
Hiroyuki Eguchi 6be0be850c Integrate with dashboard
- accept string format in model parameters for meteos-ui
- modify value list which are returned by meteos-api

Change-Id: I10b270d3f33aaf470466f6daa96f1756739d723e
2017-02-01 10:17:46 +09:00
Dung Ha 0ccd4aa790 Fixes some current typo errors on meteos project.
Change-Id: Ie8a3542a6e31222af118097391bcf62d78e89d90
2017-01-26 17:00:24 +07:00
Hiroyuki Eguchi 786806e5d3 Refactoring for pep8
implements blueprint unit-testing

Change-Id: Ie80a1f26c167c2b36f6c06852e2d625b58f4c614
2017-01-22 15:17:43 +09:00
Hiroyuki Eguchi b9fbbba8b7 Model Evaluation
In Machine Learning,
Prediction model needs to be evaluated accuracy.

Add a "meteos model-evaluation" command to allow users
to evaluate their models which they created.

implements blueprint evaluate-model

Change-Id: I35b9322d423a224311541f940ecf985870d7c396
2017-01-20 13:51:12 +09:00
Hiroyuki Eguchi 7122f7baad Online Prediction
This patch allows user to load a Prediction Model
in advance for online prediction.

In online prediction,
user can retrieve a predicted data immediately.

implements blueprint online-prediction

Change-Id: I03c3a1fe3cd5bbc09116729647c2efd508259987
2017-01-07 14:46:20 +09:00
Hiroyuki Eguchi f98521a116 Create learning without specifing experiment-id
Enable to create learning without specifing experiment_id.

Currently, user must specify experiment_id and model_id
when creating learning-job.
However, meteos can find out experiment_id from model_id.

Change-Id: I7cdb53f09b493c5c86637f89e7bdc12245f5f8da
2016-12-12 09:33:27 +00:00
Hiroyuki Eguchi 1491d54a1d Initial commit
Change-Id: I0ebc7a689a37b077606545d50a5d139f2059ffdb
2016-12-08 12:33:50 +00:00