You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Train a simple, interpretable model like LogisticRegression to serve as our performance baseline. Log its parameters, performance metrics (Accuracy, Precision, Recall, F1, AUC), and the model artifact using MLflow.
Acceptance Criteria: An MLflow run is logged with the baseline model's performance on the validation set.