timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
4.91k stars 622 forks source link

Custom classifier for MiniRocket #906

Open sirdawar opened 1 month ago

sirdawar commented 1 month ago

Hi,

I would like to try custom classifier for MiniRocket, as in the example is using linear classifier. Is there a way to put some other classifier, for example some gradient boosting method and how?

Thanks