You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on the task of anomaly detection in multivariate time series data. I would like to know how to use Lag-Llama to accomplish this. Is it possible for Lag-Llama to achieve this through fine-tuning?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, we have not tested the model for the anomaly detection task. Since it involves a different objective function (loss function), you would have to change the last layer to something more appropriate, and then finetune the model.
You may finetune just the last layer or the entire model.
Hi all,
Thank you for open-sourcing this library.
I am working on the task of anomaly detection in multivariate time series data. I would like to know how to use Lag-Llama to accomplish this. Is it possible for Lag-Llama to achieve this through fine-tuning?
Thanks!
The text was updated successfully, but these errors were encountered: