wildboar icon indicating copy to clipboard operation
wildboar copied to clipboard

wildboar is a Python module for temporal machine learning

Results 2 wildboar issues
Sort by recently updated
recently updated
newest added

- [x] Correct the module of `CastorTransform`

v1.2

Given a single multivariate sample `(n_dims, n_timestep)` and a dataset of `(n_samples, n_dims, n_timestep)`, pairwise_distance should return an array of shape `(n_samples)` (if dim=`"mean"` or `int`) or `(n_dims, n_samples)` if...