Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 677 Bytes

File metadata and controls

23 lines (19 loc) · 677 Bytes

Contributing Guide

We ❤️ contributions! This project is part of Hacktoberfest.

Steps to Contribute

  1. Fork the repo
  2. Create a new branch (git checkout -b feature-model)
  3. Add your model/page under /pages
  4. Use helper functions from /utils
  5. Commit and push (git push origin feature-model)
  6. Open a Pull Request (PR)

What You Can Work On

  • 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

Labels

  • good first issue → beginner-friendly
  • feature → add a new model
  • bug → fix something broken
  • documentation → improve docs