Skip to content

Commit

Permalink
22274: Add 'shared_deviations' to feature attributes page (#93)
Browse files Browse the repository at this point in the history
Adds the new "shared_deviations" feature attribute to the docs page for
feature attributes
  • Loading branch information
cademack authored Nov 19, 2024
1 parent 3416a50 commit bce93c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/howso/types/FeatureAttributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,16 @@ Round to the specified significant digits, default is no rounding.
```
```{py:attribute} shared_deviations
:type: Optional[list[str] | bool]
A list of feature names that will share deviations with this feature. In analysis, the predictions computed for this feature
and the features specified are combined to create deviations that are used for all of the included features. If a time series
feature, then child lag features will automatically share deviations by default. If 'shared_deviations' is specified as False, then
automatically created lag features will not automatically share deviations.
```
```{py:attribute} subtype
:type: Optional[str]
Expand Down

0 comments on commit bce93c9

Please sign in to comment.