Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 792 Bytes

File metadata and controls

24 lines (17 loc) · 792 Bytes

Contributing

This is a personal learning project. Contributions that improve clarity, correctness, or completeness are welcome.

What We Welcome

  • Bug fixes in notebooks
  • Completing missing quantum notebooks (CatBoost, LightGBM)
  • Documentation improvements
  • Additional result files or analysis scripts
  • Better classical baseline comparisons (e.g., Bayesian optimization)

How to Contribute

  1. Open an issue describing what you want to change
  2. Fork the repo and create a branch: fix/description or feat/description
  3. Make your changes — keep them minimal and focused
  4. Submit a pull request using the provided template

Code Style

  • English variable names and comments throughout
  • PEP 8 for Python code
  • Notebook cells should be clean and runnable top-to-bottom