Re-write metric hooks to act as Python package plugins #5
Labels
code quality
Related to cleaning up the code base, rather than bug fixing or adding new features
enhancement
New feature or request
hook
Discussing the addition of new hooks into the module, or modifying how hooks are used
Currently, only the metric hooks we explicitly provide are available to users. Rewriting our metric hooks to act as "plugins" would allow users to add their own sub-packages with new, custom metric hooks without our oversight. Python has methods of auto-detecting these as well, making the process more streamlined (compared to our current methods anyways).
Documentation to do so is available here.
The text was updated successfully, but these errors were encountered: