This is a personal learning project. Contributions that improve clarity, correctness, or completeness are 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)
- Open an issue describing what you want to change
- Fork the repo and create a branch:
fix/descriptionorfeat/description - Make your changes — keep them minimal and focused
- Submit a pull request using the provided template
- English variable names and comments throughout
- PEP 8 for Python code
- Notebook cells should be clean and runnable top-to-bottom