예제 #1
0
def empty_transformer_wo_fit():
    transformer_ = FunctionTransformer()
    transformer_.n_features_in_ = 10
    return transformer_