nikitadurasov / masksembles

Official repository for the paper "Masksembles for Uncertainty Estimation" (CVPR 2021).
https://www.norange.io/projects/masksembles/
MIT License
98 stars 15 forks source link

Masksembles Implementation to regression-base problems. #12

Open Dr-Titus100 opened 2 years ago

Dr-Titus100 commented 2 years ago

Hi @nikitadurasov, I need help on how to implement masksembles to a regression problem. I am not using image data. I have a set of features that I am using to predict a continuous dependent variable. First of all, my code implementation does not seem to be working. Moreover, it is still not clear to me how to get the uncertainties on the predictions for this task using masksembles. I think a quick tutorial on how to tackle this kind of task using masksembles will be helpful.