geehokim / Combinatorial-Inference

(NeurIPS 2019) Combinatorial Inference against Label Noise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

returning noisy instances/ tabular data

nazaretl opened this issue · comments

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

  1. Is there a method to identify the noisy instances (return the noisy IDs or return the clean set)
  2. Does it also work on tabular data? (all implemented models seem to be CNN)

Thanks!