Developers
If you want to contribute to mlpack, or if you already are a regular contributor to mlpack or a maintainer, the following pages may serve as useful documentation about internal development processes, guidelines, and systems:
-
Community: details of how the mlpack community operates and communicates, including how to get involved.
-
Google Summer of Code: advice on applying to mlpack for Google Summer of Code.
-
CI/CD: systems and servers involved in mlpack’s continuous integration pipeline.
-
Timers: interface for timing bindings and other mlpack programs.
-
Automatic binding system: design details and operation of mlpack’s automatic binding generator, including how to add a new language.
-
Writing a binding: a tutorial on writing an mlpack binding that will automatically be compiled to any language mlpack has bindings for.
-
Template policies: documentation for standardized class interfaces used by mlpack algorithms.