Solves Issue #11, adding parallelization to PermutationEstimator with Joblib. It is controlled via standard n_jobs argument, with previous sequential behavior as default.
Additionally, determinism is ensured via standard random_state argument, and it has been added to all estimators. Results are highly consistent, which can be checked in consistency.ipynb notebook.
Solves Issue #11, adding parallelization to
PermutationEstimator
with Joblib. It is controlled via standardn_jobs
argument, with previous sequential behavior as default.Additionally, determinism is ensured via standard
random_state
argument, and it has been added to all estimators. Results are highly consistent, which can be checked inconsistency.ipynb
notebook.