html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.
Change-Id: I119815c687546927a48d829124639b3bed649650
Closes-Bug:#1693670
With the added get_rpc_transport() function in oslo.messaging [1]
and the recent version bump of oslo.messaging to 5.24.2, we can
safely replace get_transport() with get_rpc_transport() which is much
cleaner.
[1] https://review.openstack.org/#/c/454194/
Change-Id: I37ba0aba489d3b3b9d00000549fc67cd05f1d3a4
modify README so that official documentations
links wiki because meteos is not official project currently.
Closes-Bug: #1681555
Change-Id: I524eb7386f8f89e876b0815c6468cf75670a3c0b
- change the format of output from text to dictionary
- unify parameters of binary classification and
multiclass classification
Change-Id: I384ccdb06f3cbda44defe4ab40cd66da6ab09231
Extend parameters of "model-recreate"
so that user can recreate model
with new model parameters.
implements blueprint recreate-model
Change-Id: I703b8d729cfd0d250b143e902100017596327f59
Enable NaiveBayes to support a text format using tf-idf.
This feature allows user to create following prediction models.
- model detects whether it is a spam mail or not
- model predicts whether it is a review of goodwill or not
- model detects what language a document is written in
implements blueprint : support-text-format
Change-Id: Ib016c587ab821faa7518f6face76d57883dab5ab
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
According to [1], we can passing a "-t" argument to
oslo_debug_helper to indicate the directory where tests
are located. This will solves ImportError exception.
[1] https://docs.openstack.org/developer/oslotest/features.html
Change-Id: Iea41d487e9028fdf92450c0ee44ef2f6c27eab6f
This bug is related to below bp.
Add Overview Panel
https://blueprints.launchpad.net/meteos-ui/+spec/overview-panel
This bp aims to add a overview panel which show up
relationships among machine learning resources.
To make this bp possible, meteos-api must return
information how resources are related to each other.
For instance, model is related to experiment,
so meteos-api has to return the model information
including experiment_id.
Closes-Bug: 1668577
Change-Id: I26e49853195ac4c0a4d7bd20073cc5a111f36ad8
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
Meteos only supports DecisionTreeRegression
in tree models until now.
This patch add support models as below.
- DecisionTreeClassification
- RandomForestRegression
- RandomForestClassification
implements blueprint add-support-models
Change-Id: Ia41b852c1cc6ffa10033b3a6140a969cf3c6f716
Add a common class named Regression Model and
add Ridge Regression Model.
And add some parameters which are used commonly
in Regression Model.
implements blueprint add-support-models
Change-Id: I4648bf2009ca4910014d3d0afd7496359f48131e