Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use TA Timeseries models in TA processor task #1084

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: create TA timeseries feature flag
  • Loading branch information
joseph-sentry committed Feb 11, 2025
commit 37bf24ec918893bf5e53d638493427d8a6e48c80
2 changes: 2 additions & 0 deletions rollouts/__init__.py
Original file line number Diff line number Diff line change
@@ -16,3 +16,5 @@
NEW_TA_TASKS = Feature("new_ta_tasks")

PARALLEL_COMPONENT_COMPARISON = Feature("parallel_component_comparison")

TA_TIMESERIES = Feature("ta_timeseries")