pyrregular.models.borf
BORF pipeline. multivariate dictionary based transformer based on Bag-Of-Receptive-Fields transform.
Module Attributes
This pipeline applies BORF → to_float → LGBMClassifier. |
- pyrregular.models.borf.borf_pipeline = Pipeline(steps=[('borf', BORF()), ('functiontransformer', FunctionTransformer(func=<function _to_float>)), ('lgbmclassifier', LGBMClassifier(n_jobs=1))])
This pipeline applies BORF → to_float → LGBMClassifier.