Skip to content

Commit

Permalink
add TimeAsFeature to transform registry (#2439)
Browse files Browse the repository at this point in the history
Summary:

see title

Reviewed By: bernardbeckerman

Differential Revision: D57119551
  • Loading branch information
sdaulton authored and facebook-github-bot committed May 8, 2024
1 parent 6851d05 commit 65b1b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ax/storage/transform_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
from ax.modelbridge.transforms.standardize_y import StandardizeY
from ax.modelbridge.transforms.stratified_standardize_y import StratifiedStandardizeY
from ax.modelbridge.transforms.task_encode import TaskEncode
from ax.modelbridge.transforms.time_as_feature import TimeAsFeature
from ax.modelbridge.transforms.trial_as_task import TrialAsTask
from ax.modelbridge.transforms.unit_x import UnitX
from ax.modelbridge.transforms.winsorize import Winsorize
Expand Down Expand Up @@ -90,6 +91,7 @@
Relativize: 24,
RelativizeWithConstantControl: 25,
MergeRepeatedMeasurements: 26,
TimeAsFeature: 27,
}

"""
Expand Down

0 comments on commit 65b1b5e

Please sign in to comment.