Commit Graph

6 Commits

Author SHA1 Message Date
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 d544f046f1 Add validations when creating/deleting resources
Change-Id: I4a2b4c0a9013605d465dc4ab2f012d1f8b785287
2017-02-12 17:08:33 +09:00
Hiroyuki Eguchi 786806e5d3 Refactoring for pep8
implements blueprint unit-testing

Change-Id: Ie80a1f26c167c2b36f6c06852e2d625b58f4c614
2017-01-22 15:17:43 +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