Skip to content

scaler_np should work with CoordinateAxis too #65

@cboulay

Description

@cboulay

Currently scaler_np (the core function in AdaptiveStandardScaler) requires that the target axis has a .gain field.

To support CoordinateAxis, without gain, we could calculate the alpha for each sample or chunk (using average gain). For this to work, the EWMA class would have to be refactored so the kernel ([alpha], [1.0, alpha - 1.0]) can be recalculated without resetting internal state.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions