This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Description
Just a minor suggestion, it is nice when functions that take more than a few seconds have verbose output. When running examples, it is nice to have some feedback that what you are doing is working. Your BorutaProspector has a verbose option already it looks like, it would be nice if it was turned on by default in the example notebook:
https://github.com/SystemsGenetics/GSForge/blob/master/GSForge/operations/prospectors.py#L169-L173
Also, consider adding verbose options for other operations that have max_itrer or n_iterations parameters. It is nice to see how things are running.