At some point we had to specify that the DeBreuck2020Featurizer should use fast_oxid=True for these benchmarks, which meant that we had to manually create the featurizer in run_benchmark.py rather than letting MODNet figure out which one to use. This meant that the few composition-only tasks could not be featurized directly with this script.
This PR also:
add --n_jobs as a command-line flag that is used throughout.
makes sure that the precomputed folder is created if it is missing
At some point we had to specify that the
DeBreuck2020Featurizer
should usefast_oxid=True
for these benchmarks, which meant that we had to manually create the featurizer inrun_benchmark.py
rather than letting MODNet figure out which one to use. This meant that the few composition-only tasks could not be featurized directly with this script.This PR also:
--n_jobs
as a command-line flag that is used throughout.precomputed
folder is created if it is missing