Ensure all necessary files (Python script and input/output Excel files) are located in the same project directory. PROJECT_NAME/ ├── confusion_matrix_generator.py ├── input_file.xlsx └── ...
This project began with the goal of keeping everything inside Excel. I built four full dashboards, a heuristic scorecard model, manually calculated confusion matrices, and ROC curves entirely in Excel ...