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
5.07k stars 633 forks source link

Output score of Minirocket #706

Closed sydat2701 closed 12 months ago

sydat2701 commented 1 year ago

Hi TSAI, I am wondering if it is possible to get the exact output scores of the model when predicting, since I want to set a suitable threshold score for my own project. Thank for your help!

oguiza commented 1 year ago

Hi @sydat2701, I'm not sure what you mean by "output score". If you mean the loss for each sample there's a way to get that setting with_loss=True in learn.get_X_preds (https://timeseriesai.github.io/tsai/inference.html#learner.get_x_preds). If you mean any metric you have used, there's no out-of-the-box functionality to do that.

oguiza commented 12 months ago

Closed due to lack of response.