Commit Graph

10 Commits

Author SHA1 Message Date
Jenkins 085f35863d Merge "removed return from the method" 2017-04-06 05:46:19 +00:00
the.bling 6ccb043d79 removed return from the method
Change-Id: Icdf75bb52e5b6285e922b78b734a901153949c5c
2017-04-06 10:50:13 +05:30
the.bling 45c5079f49 replaced dict with literal
Change-Id: Ic58c8e39aeb423b898a8d0a793b3152c0d1b693e
2017-04-04 14:59:38 +05:30
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 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 786806e5d3 Refactoring for pep8
implements blueprint unit-testing

Change-Id: Ie80a1f26c167c2b36f6c06852e2d625b58f4c614
2017-01-22 15:17:43 +09:00
Hiroyuki Eguchi 10d6362b61 Remove redundant expressions
Change-Id: Ia0a4833d4f67028921d5000a6793c213d2161f21
2017-01-21 12:07:44 +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 1491d54a1d Initial commit
Change-Id: I0ebc7a689a37b077606545d50a5d139f2059ffdb
2016-12-08 12:33:50 +00:00