unit8co/darts

mc_dropout with predict_likelihood_parameters

已關閉

#2,105 建立於 2023年12月4日

 (3 則留言) (0 個反應) (0 位負責人)Python (762 個分叉)batch import
documentationgood first issue

倉庫指標

星標
 (6,832 顆星)
PR 合併指標
 (平均合併 143天 16小時) (30 天內合併 16 個 PR)

描述

Hi, thanks for the prompt response regarding issue #2097 . I'm now able to utilize mc_dropout in historical_forecasts.

My current objective is to incorporate mc_dropout for obtaining epistemic uncertainty and predict_likelihood_parameters for acquiring aleatoric uncertainty. However, when setting predict_likelihood_parameters to True, I encounter an issue where I'm unable to use the sample method. Consequently, I'm limited to obtaining only one result with each call to historical_forecasts with predict_likelihood_parameters=True and mc_dropout=True.

I suspect that the solution might involve distinguishing the sample generation process by using mc_dropout and sample generation process based on the fitted distribution. Now they are using the same num_samples parameter.

貢獻者指南