Unsupported subquery type cannot be evaluated How can I fix this function or rewrite my approach to de-identify each JSON attribute according to the configurations and return a new JSON object?
Working on jupyter notebooks, I came across this problem: TypeError:unsupported format string passed to function .format This is where the code starts: def evaluate_preds(y_true, y_preds): ...