79170854

Date: 2024-11-08 16:32:34
Score: 0.5
Natty:
Report link

It does not work with the extractors because you used the preprocessor (ColumnTransformer) to fit and transform. You can get them by specifying the step within the ColumnTransformer:

preprocessor["cat"].get_feature_names_out()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ranemak