Pinned Loading
-
matrix
matrix Publicmatrix - a lightweight modular framework for prototyping and backtesting trading strategies
Python
-
-
A method for dropping highly correla...
A method for dropping highly correlated assets in the universe 1# A method for dropping highly correlated assets in the universe
23# Threshold for finding highly correlated pairs
4CORR_THRESHOLD = 0.5
5 -
Parallel class method calls in Python
Parallel class method calls in Python 1# Reference: https://stackoverflow.com/questions/50528331/parallel-class-function-calls-using-python-joblib
2# Require: Joblib (https://joblib.readthedocs.io/en/latest/index.html)
34from joblib import Parallel, delayed
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.