Skip to content

TS refactoring#220

Merged
v1docq merged 6 commits into
mainfrom
automl-adapters
Jul 21, 2026
Merged

TS refactoring#220
v1docq merged 6 commits into
mainfrom
automl-adapters

Conversation

@PavelMarian

Copy link
Copy Markdown
Collaborator

Summary

  • Introduced AutoMLForecastingAdapter
  • Added fake backend and unit testing

Context

closes #197

@v1docq
v1docq force-pushed the automl-adapters branch from efefb0f to 3074eb5 Compare July 20, 2026 14:40
@v1docq
v1docq self-requested a review July 20, 2026 14:42
@v1docq
v1docq merged commit b1a48f6 into main Jul 21, 2026
2 checks passed
@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 84.48276% with 36 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.26%. Comparing base (0cc5766) to head (b7c440a).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...ot_ind/core/adapters/common_adapter/fake_automl.py 86.04% 12 Missing ⚠️
...els/ts_forecasting/lagged_model/topo_forecaster.py 53.84% 12 Missing ⚠️
.../core/operation/transformation/data/point_cloud.py 81.66% 11 Missing ⚠️
...d/core/adapters/common_adapter/automl_ts_common.py 97.05% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #220      +/-   ##
==========================================
+ Coverage   70.26%   71.26%   +0.99%     
==========================================
  Files         250      265      +15     
  Lines       24398    25026     +628     
==========================================
+ Hits        17143    17834     +691     
+ Misses       7255     7192      -63     
Flag Coverage Δ
unittests 71.26% <84.48%> (+0.99%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TSF-201: Common AutoMLForecastingAdapter

2 participants