mlchem.ml.feature_selection.wrappers.loadingbar

loadingbar(count: int, total: int, size: int) None

Display a loading bar to indicate progress.

Parameters:
  • count (int) – Current iteration.

  • total (int) – Total number of iterations.

  • size (int) – Length of the loading bar.

Return type:

None