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 3072ae715a Merge remote-tracking branch 'liuyong/mlnode/process' into 
mlnode/test
     new bf171eff72 modify iotdb server
     new 833d0619ed make mlnode available

The 2 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             |  3 ++
 mlnode/iotdb/mlnode/algorithm/factory.py           |  1 +
 .../mlnode/algorithm/models/forecast/dlinear.py    |  3 +-
 mlnode/iotdb/mlnode/client.py                      | 32 ++++++------
 mlnode/iotdb/mlnode/config.py                      | 10 ++--
 mlnode/iotdb/mlnode/constant.py                    |  6 ---
 mlnode/iotdb/mlnode/data_access/enums.py           |  3 ++
 mlnode/iotdb/mlnode/data_access/offline/source.py  |  4 +-
 mlnode/iotdb/mlnode/handler.py                     | 32 +++++-------
 mlnode/iotdb/mlnode/parser.py                      |  7 ++-
 mlnode/iotdb/mlnode/process/manager.py             | 36 +++++++------
 mlnode/iotdb/mlnode/process/task.py                |  4 +-
 mlnode/iotdb/mlnode/process/task_factory.py        |  2 +-
 mlnode/iotdb/mlnode/process/trial.py               | 59 ++++++++++++----------
 mlnode/iotdb/mlnode/service.py                     | 11 ++--
 mlnode/iotdb/mlnode/storage.py                     | 11 ++--
 mlnode/iotdb/mlnode/util.py                        |  2 +-
 mlnode/pyproject.toml                              |  1 +
 mlnode/requirements.txt                            |  2 +-
 .../iotdb/commons/model/ModelHyperparameter.java   | 10 ++++
 .../iotdb/commons/model/ModelInformation.java      |  9 +++-
 .../iotdb/commons/model/TrailInformation.java      |  7 ++-
 .../db/mpp/common/header/ColumnHeaderConstant.java |  8 +--
 .../db/mpp/common/header/DatasetHeaderFactory.java |  4 +-
 .../config/metadata/model/ShowModelsTask.java      | 51 +++++++++++--------
 .../config/metadata/model/ShowTrailsTask.java      | 29 +++++++----
 .../ConcatExpressionWithSuffixPathsVisitor.java    |  3 +-
 .../db/mpp/plan/parser/StatementGenerator.java     | 49 +++++++++---------
 28 files changed, 227 insertions(+), 172 deletions(-)

Reply via email to