Commit Graph

16 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
Jenkins 680ad3afd8 Merge "removed duplicate key from dict" 2017-04-05 05:48:13 +00:00
the.bling 45c5079f49 replaced dict with literal
Change-Id: Ic58c8e39aeb423b898a8d0a793b3152c0d1b693e
2017-04-04 14:59:38 +05:30
the.bling cf4162571b removed duplicate key from dict
Change-Id: Idaed4a7e14f74de1b1e2d602e9c0a90e178a26df
2017-04-04 12:21:25 +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 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 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 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