RobustiPy / robustipy

GNU General Public License v3.0
5 stars 0 forks source link

Additional inputs into fit #25

Open crahal opened 3 months ago

crahal commented 3 months ago

Two necessary inclusions are:

  1. n_cpu for multiprocessing
  2. random_state (which affects both the bootstrapping and folding, although the former probably very little)
crahal commented 3 months ago

See here for n_jobs

crahal commented 3 months ago

One motivation for 1. is:

joblib.externals.loky.process_executor.TerminatedWorkerError: A worker process managed by the executor was 
unexpectedly terminated. This could be caused by a segmentation fault while calling the function or by an excessive
memory usage causing the Operating System to kill the worker.