This is an automated email from the ASF dual-hosted git repository.

hui pushed a change to branch mlnode/test
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 833d0619ed make mlnode available
     add abeb894fda fix model create and model storage
     add b08b0c40c5 fix data_access
     new f36a02b0de Merge remote-tracking branch 'liuyong/mlnode/test' into 
mlnode/test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 mlnode/iotdb/mlnode/algorithm/enums.py             | 11 +++
 mlnode/iotdb/mlnode/algorithm/factory.py           | 23 +++---
 .../mlnode/algorithm/models/forecast/__init__.py   |  2 +
 .../mlnode/algorithm/models/forecast/dlinear.py    |  2 +-
 .../mlnode/algorithm/models/forecast/nbeats.py     |  9 ++-
 mlnode/iotdb/mlnode/client.py                      |  2 +-
 mlnode/iotdb/mlnode/data_access/enums.py           | 16 +++-
 mlnode/iotdb/mlnode/data_access/factory.py         | 31 +++++---
 mlnode/iotdb/mlnode/exception.py                   |  8 +-
 mlnode/iotdb/mlnode/parser.py                      | 19 +++--
 mlnode/iotdb/mlnode/storage.py                     |  5 +-
 mlnode/test/test_create_forecast_dataset.py        | 89 ++++++++++++++++++++++
 mlnode/test/test_create_forecast_model.py          | 77 +++++++++++++++++++
 mlnode/test/test_model_storage.py                  | 28 +++++--
 mlnode/test/test_parse_training_request.py         | 16 ++--
 15 files changed, 281 insertions(+), 57 deletions(-)
 create mode 100644 mlnode/test/test_create_forecast_dataset.py
 create mode 100644 mlnode/test/test_create_forecast_model.py

Reply via email to