Commit Graph

25 Commits

Author SHA1 Message Date
OpenDev Sysadmins 0fab0229f7 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:04 +00:00
Jenkins e6fa257f5a Merge "fixed possible reference before assignment" 2017-05-19 01:37:55 +00:00
the.bling 47bea4d334 fixed pep8 violations
Change-Id: I86878d02cc1da54e8951c3e4789db9d9be599e78
2017-04-06 14:46:08 +05:30
the.bling b0295237b9 fixed possible reference before assignment
Change-Id: Ib0da0ff3a6052bf179f52502ad4ea3448178e0f0
2017-04-04 14:49:36 +05:30
Hiroyuki Eguchi 9ead55fde6 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: I69b54511a08581f1045477d663163a0009f114f5
2017-03-29 12:43:51 +09:00
iswarya_vakati 66cf3f2556 Replaced python 3.4 to 3.5
Change-Id: I6bffb2de63b0b66d79ebea482850f808e25c891f
2017-03-09 17:51:25 +05:30
Hiroyuki Eguchi fe9c622e2d Decode base64 before printing
Decode base64 before printing
so that meteos-ui does not need to decode.

Change-Id: If0a3d8589f953fe8840375727878ebdd71c6a75d
2017-02-24 08:35:19 +09:00
Jenkins 5a1100b954 Merge "Remove utf-8 encoding" 2017-02-21 05:38:33 +00:00
Jenkins 311a5b2781 Merge "Change homepage of meteosclient" 2017-02-21 05:33:34 +00:00
Jenkins acf0e17c2f Merge "Remove white space between print ()" 2017-02-21 05:28:28 +00:00
Sharat Sharma 749efb8eb5 Remove utf-8 encoding
py35 does not require utf-8 in headers. So, it can be removed.

Change-Id: I800b4ca3d65a0f7fa8d02b5211f80710b32d4539
2017-02-16 19:28:55 +05:30
Sharat Sharma e36c09242c Change homepage of meteosclient
Instead of pointing to github, the homepage should point to
the launchpad of meteosclient until meteosclient document is
enabled.

Change-Id: I7a845b885a091484dd4654907c5251991ac81dcd
2017-02-16 18:47:06 +05:30
Hiroyuki Eguchi f9d968682b Add sample file
Add sample/json/dataset_split.json file.

Change-Id: I762130143825ce4887c76ae599debc95c0b6e810
2017-02-09 21:04:37 +09:00
Hiroyuki Eguchi 28a0248d45 Recreate Model
Add a "model-recreate" command to
recreate model with new datasets.

implements blueprint recreate-model

Change-Id: Ic4872552503d75e59f62407e87ff4880e5720a8e
2017-02-09 15:21:00 +09:00
Hiroyuki Eguchi 88dfb9c035 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: Ifd6153621a960134e983be0d21fbc0a3a856840f
2017-02-08 16:36:12 +09:00
Hiroyuki Eguchi 741cb53525 Integrate with dashboard
- accept string number format

Change-Id: I97958df8db00308fe88432a7c4b7e35a5f6d8485
2017-01-31 18:44:49 +09:00
Hiroyuki Eguchi 977a87032f Modify to work python-jobs correctly
- Refactoring for pep8
- add small tests for py27
- fix a issue that build_sphinx fails

Change-Id: If70024b6a18e6fc234205843dbde3a306296b5ab
2017-01-25 15:45:23 +09:00
Hiroyuki Eguchi 5f55a5f981 Model Evaluation
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: I4d54d789298f88251ddbd2dabab357318052cc40
2017-01-20 10:07:08 +09:00
Nam Nguyen Hoai ad4f46031e Remove white space between print ()
Change-Id: I4ec58eea20c6afa89a702cc38c22cb5a3d231d54
2017-01-19 11:29:14 +07:00
Hiroyuki Eguchi fb749976fa 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: Ic65fb8ba4eabdbd460d1f0c99fa2972cb64f3aa9
2017-01-07 14:39:02 +09:00
Hiroyuki Eguchi 605814a6fd Modify list to make it easy to see
- delete 'description' and 'created_at'
- add wrap parameter to show_dict

Change-Id: I8cfbf2bc2a5e321b2aeacaa7df4850356b65e3b3
2016-12-16 10:22:02 +09:00
Hiroyuki Eguchi a8f81fcfb2 Add a Word2Vec Model
Change-Id: I11b9fc93fe60692ee706328f0f2dff5f7c8b4f41
2016-12-13 08:06:09 +00:00
Hiroyuki Eguchi 8ed6c131dc 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, meteso can find out experiment_id from model_id.

Change-Id: I0ba179424bc794469824c934ee3cd6988db70991
2016-12-12 09:36:13 +00:00
Hiroyuki Eguchi f4d6c5e114 Initial commit
Change-Id: I68fa4d5980fa70e51978b45503cea8b6e70a8d42
2016-12-08 12:26:31 +00:00
OpenStack Project Creator 01e8acaea8 Added .gitreview 2016-11-07 09:20:09 +00:00