Commit Graph

8 Commits

Author SHA1 Message Date
Hiroyuki Eguchi f99bcca1c1 Support keystone v3 authentification
modify sahara-client to work correctly with
latest keystone v3 authentication.

Change-Id: If119d184d90636327f88cad77c793b99ac6ba58a
2017-06-20 05:16:11 +00: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 1ecd4582ec Fix a TypeError
Change-Id: Ia1a0a6bdf0707ccf96a02dec36f94f0c68b165fc
2017-03-15 16:28:58 +09:00
iswarya_vakati 8deb39812a cors: update default configuration
Set_defaults has been added into oslo_middleware. so we use it
to override the configuration defaults.
More details: https://review.openstack.org/#/c/285368

Change-Id: I087db1a00aa3b0c9f0749343435f1428664f98dd
2017-03-13 09:53:30 +00: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 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 1491d54a1d Initial commit
Change-Id: I0ebc7a689a37b077606545d50a5d139f2059ffdb
2016-12-08 12:33:50 +00:00