-
|
I want to integrate a custom momentum factor into the existing evaluation pipeline. What is the recommended approach for registering new factors and ensuring they go through the rolling IC/FDR evaluation? |
Beta Was this translation helpful? Give feedback.
Answered by
warren618
Mar 24, 2026
Replies: 1 comment
-
|
You can add custom factors by creating a new class in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
warren618
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add custom factors by creating a new class in
factors/that implements theBaseFactorinterface. Register it infactor_registry.pyand it will automatically be picked up by the evaluation pipeline for rolling IC and FDR analysis.