Skip to content

Commit bce93c9

Browse files
authored
22274: Add 'shared_deviations' to feature attributes page (#93)
Adds the new "shared_deviations" feature attribute to the docs page for feature attributes
1 parent 3416a50 commit bce93c9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/howso/types/FeatureAttributes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,16 @@ Round to the specified significant digits, default is no rounding.
165165
166166
```
167167
168+
```{py:attribute} shared_deviations
169+
:type: Optional[list[str] | bool]
170+
171+
A list of feature names that will share deviations with this feature. In analysis, the predictions computed for this feature
172+
and the features specified are combined to create deviations that are used for all of the included features. If a time series
173+
feature, then child lag features will automatically share deviations by default. If 'shared_deviations' is specified as False, then
174+
automatically created lag features will not automatically share deviations.
175+
176+
```
177+
168178
```{py:attribute} subtype
169179
:type: Optional[str]
170180

0 commit comments

Comments
 (0)