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

Definition of submodularity in README.md

akshayka opened this issue · comments

The definition of submodularity in the README seems to be incorrect. In the readme, it's written

image

but in the documentation, the inequality sign is reversed

image

The latter definition appears to be the correct one.

Oops you're right. That's what happens when I try to write too quickly.