We ❤️ contributions! This project is part of Hacktoberfest.
- Fork the repo
- Create a new branch (
git checkout -b feature-model) - Add your model/page under
/pages - Use helper functions from
/utils - Commit and push (
git push origin feature-model) - Open a Pull Request (PR)
- Add a new ML model (e.g., Decision Tree, KNN, SVM, etc.)
- Improve plotting helpers
- Add more datasets to
data_helpers - Enhance UI/UX in Streamlit
good first issue→ beginner-friendlyfeature→ add a new modelbug→ fix something brokendocumentation→ improve docs