You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Read-only property mode.
- Example in docstrings.
- How to guide for mode switching
PR1.5
documentation: what do we need to include? At minimum a table with each basis and how they look
every basis should have same plot:
Basis
Default mode
Kernel (fig)
Example (link)
Linkable figs/tutorial
PR2
allow multi-dimensional stimuli in both modalities?
Yes
PR3
add a public set_shape that sets the input shapes?
transformer basis: use splitting methods to unpack the feature axis? sharp bit: must first initialize basis before passing a concatenated feature matrix (i.e. tranformer only works when basis is initialized)
Yes,
add a public set_shape_and_compute_features that calls both initialize and compute_features?
PR4
add a matrix multiplication method, ie. a tree_map to multiply glm coeff with an evaluate_on_grid output? Sample points in conv should be window_size, in eval?
Default mode based (100 for eval, window_size for conv) let people set them if they want, warn if < window_size.
PR5
documentation: what do we need to include?
Document basis properties
The text was updated successfully, but these errors were encountered:
NeMoS basis API
Posting here all our thoughts on the Basis API changes
PR1
Release first, and FutureWarning for breaking compatibility.
split conv and eval basis:
naming?
Same naming.
basis module structure?
PR1.5
PR2
Yes
PR3
add a public
set_shape
that sets the input shapes?transformer basis: use splitting methods to unpack the feature axis? sharp bit: must first initialize basis before passing a concatenated feature matrix (i.e. tranformer only works when basis is initialized)
Yes,
add a public
set_shape_and_compute_features
that calls both initialize and compute_features?PR4
PR5
Document basis properties
The text was updated successfully, but these errors were encountered: