// README.md
This project is an interactive tool for visualizing and understanding confusion matrices, accuracy, precision, recall, and F1 score in the context of classification models.
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 to view it in the browser.
- Interactive confusion matrix
- Real-time calculation of accuracy, precision, recall, and F1 score
- Adjustable matrix values
- Explanations of error types and metric focus
To learn more about confusion matrices and classification metrics, check out: