XinshaoAmosWang / ProSelfLC-AT

noisy labels; missing labels; semi-supervised learning; entropy; uncertainty; robustness and generalisation.
Other
59 stars 2 forks source link

tabular data/ noisy instances #9

Open nazaretl opened 2 years ago

nazaretl commented 2 years ago

Hi, thanks for sharing your implementation. I have two questions about it:

  1. Does it also work on tabular data?
  2. Is it possible to identify the noisy instances (return the noisy IDs or the clean set)?

Thanks!

XinshaoAmosWang commented 2 years ago

Thanks for your interest.

Regarding question 1, what type of tabular data? Recently I am trying some protein sequence data, and I will release it soon.

Regarding question 2, theorectially it is feasible. Just simply detect where predefined labels do not match a model's confident predictions when training is finished.