ROC-AUC evaluates how well the model separates patients with diabetes from those without across the full range of predicted probabilities. It is threshold‑independent, making it a strong choice for ...
The @a_sync('async') decorator can be used to define an asynchronous function that can also be executed synchronously.