Back to models
Transformer

EvoForestTSWM

EvoForest Time-Series World-Model encoder (TS-WM).

A frozen, closed-form feature transform; see the module docstring. No learned weights; fit is empty. A peer of Catch22 / MiniRocket.

Quickstart

python
from sktime.transformations.evoforest_tswm import EvoForestTSWM

estimator = EvoForestTSWM(pooling='full')

Parameters(1)

pooling{“full”, “pruned”}, default=”full”
423 features (“full”) or 245 (“pruned”).