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

22274: Add 'shared_deviations' to feature attributes page #93

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Changes from all commits
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
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