ocssw
V2022
|
KBestTransformer.py
Go to the documentation of this file.
18 self.k_transformer.append( SelectKBest(mutual_info_regression, k=self.n_features // y.shape[-1]) )
def __init__(self, n_features, *args, **kwargs)
Definition: KBestTransformer.py:11
n_features
Definition: KBestTransformer.py:12
def fit(self, X, *args, **kwargs)
Definition: _CustomTransformer.py:10
k_transformer
Definition: KBestTransformer.py:15