skself#

Submodules#

Attributes#

Functions#

enable_hyper_search_progress_bar()

Progress bar for sklearn parallel searches in jupyter notebooks.

Package Contents#

skself.enable_hyper_search_progress_bar()[source]#

Progress bar for sklearn parallel searches in jupyter notebooks.

This fixes two issues:

  1. Notebooks unrealiably displas output from subprocesses

  2. Parallel Processing does not have a process bar in sklearn

WARNING. This sets the default parallelization in sklearn to threading. That’s okay unless you want to utilize the processing power of multiple machines.

skself.__version__ = '0.1.0'[source]#