-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
Is your feature request related to a problem? Please describe.
The TICA and VAMP decomposition classes both provide similar interfaces for .fit_from_timeseries(data). However, the TICA class allows a weights argument.
The VAMP decomposition, however, does not support weights, and throws an error if they're provided (see:
| # Weights cannot be used for compute_YY: |
Describe the solution you'd like
Support for weights in VAMP.
I see some similarity between moments_XXXY() and moments_block(), but it seems like there was probably a reason for omitting support for weights from VAMP -- is that correct?
Metadata
Metadata
Assignees
Labels
No labels