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

n_jobs documentation

bittremieux opened this issue · comments

The documentation for n_jobs says that the default value is -1, whereas it's actually 1. I think the default got changed recently, but this isn't appropriately reflected in the documentation.

Good point. I should change that in the documentation.