We appreciate your interest in contributing to MLPro Lab!
This repository is curated by the MLPro team and is intended to provide high-quality, executable resources for users and developers.
We welcome contributions that fit into one of the following categories:
- 🧩 HowTos – new executable tutorials or improvements to existing ones
- 📐 Benchmark Scenarios – well-defined evaluation setups
- 🔨 Benchmark Tests – reproducible experiments for performance comparison
- ✅ Your code is clean, documented, and runnable
- ✅ Follows the folder structure and naming conventions of MLPro Lab
- ✅ Includes a short README or docstring for context
- ✅ All required dependencies are listed in a
requirements.txt(if needed)
- Fork the repository
- Create a new branch:
feature/your-topic - Add your contribution
- Submit a pull request
We will review contributions and may contact you for clarification or integration support.
Thank you!
– The MLPro Team