Hiding progress bars while featurizing dataframes using matminer

Is there a way to hide progress bars while featurizing dataframes containing formulas/compositions, using for example StrToComposition or ElementProperty ?

Yes, use pbar=False argument passed into featurize_dataframe

1 Like