skself#
Submodules#
Attributes#
Functions#
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:
Notebooks unrealiably displas output from subprocesses
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.