jmschrei / apricot

apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine learning models quickly. See the documentation page: https://apricot-select.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any reference paper for Graph Cut objective?

SoumiDas opened this issue · comments

Hi, do we have any paper to refer to for the graph cut objective function? It'll be really helpful to know!

Howdy. I got it from this paper: https://arxiv.org/pdf/1902.10176.pdf

However, I made a small error in implementation. The issue has been fixed in my latest PR but I haven't yet merged it or released it.

Hey thanks! Will wait for the release!

This should be fixed now.