utils module¶
- utils.convert_values_to_int_if_possible(dictionary: dict) dict ¶
Convert values in a dictionary to integers if possible
- utils.format_confusion_matrix(cm: list[list[int]]) str ¶
Format confusion matrix as a markdown table
- utils.get_best_params(run_id: str = '7c567213ba99404c978ea0be9e9fb3e5') dict ¶
Get best parameters from the MLflow run