Once all cuml transformers support get_feature_names_out (#8499), we should then modify the mlfunc machinery to automatically attach feature names to dataframe outputs of transform/fit_transform.
This would match what sklearn expects from dataframe-like outputs from these methods, and is the next step in adding proper Transformer.set_output (#5645) support.
Once all cuml transformers support
get_feature_names_out(#8499), we should then modify themlfuncmachinery to automatically attach feature names to dataframe outputs oftransform/fit_transform.This would match what sklearn expects from dataframe-like outputs from these methods, and is the next step in adding proper
Transformer.set_output(#5645) support.