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 d9d14b05c1 Fix DB DataError
Some model parameters have been added by the below bp.

Add support models
https://blueprints.launchpad.net/meteos/+spec/add-support-models

It makes model_params longer than 255 characters.

As the result, DB Error occurred when creating model.
Change column type of model_params from String(255) to Text().

Change-Id: I8123408b76b90d3b390a216413b5e455b86fdec5
Closes-Bug: 1667173
2017-02-23 11:19:08 +09:00
Hiroyuki Eguchi 750ffb0501 Resources are not private
Change-Id: I28c799ce8c3841d34ce6940d043a234991e950ea
2017-01-27 14:43:39 +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 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 1491d54a1d Initial commit
Change-Id: I0ebc7a689a37b077606545d50a5d139f2059ffdb
2016-12-08 12:33:50 +00:00