This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a change to branch model-management
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from d7d42e08997 Update model_loader.py
add 53faad8a85f support various pipeline Interfaces and support arima with
sktime package (#16861)
No new revisions were added by this update.
Summary of changes:
.../core/inference/inference_request_pool.py | 24 +++++++++++---
.../core/inference/pipeline/basic_pipeline.py | 10 +++---
.../core/inference/pipeline/pipeline_loader.py | 1 +
.../iotdb/ainode/core/manager/inference_manager.py | 14 ++++++--
.../ainode/iotdb/ainode/core/manager/utils.py | 4 ++-
.../ainode/core/model/sktime/arima/config.json | 24 ++++++++++----
.../core/model/sktime/configuration_sktime.py | 37 ++++++++++++++++------
.../ainode/core/model/sktime/modeling_sktime.py | 17 ++++------
.../ainode/core/model/sktime/pipeline_sktime.py | 10 +++---
.../ainode/core/model/sundial/pipeline_sundial.py | 9 ++++--
.../ainode/core/model/timer_xl/pipeline_timer.py | 9 ++++--
iotdb-core/ainode/pyproject.toml | 2 +-
12 files changed, 111 insertions(+), 50 deletions(-)