Tree-based estimators#
For classification, wildboar includes two types of shapelet trees. Both trees
are based on randomly sampling shapelets. tree.ShapeletTreeClassifier
samples shapelets randomly and tree.ExtraShapeletTreeClassifier also
sample the distance threshold randomly. Both
tree.ShapeletTreeRegressor and
tree.ExtraShapeletTreeRegressor are available.