Model Evaluation & Comparison Suite

By Eric Luong · DEMO · Python, Streamlit, scikit-learn

A streamlined Streamlit application for evaluating and comparing machine learning models. Users can upload multiple model files (pickle or joblib) and a CSV test dataset, then the app automatically computes key metrics (like accuracy, precision, recall, F1 for classification or MSE, MAE, R-squared for regression).