Dimitrios Soudis
Results
2
issues of
Dimitrios Soudis
Looking at the code my understanding is that only classification is possible. (SklearnModelAccuracy) I tried using SklearnModelUtility with MSE as a metric but this leads to a NotImplementedError. Thanks!
### Describe the bug As per the Documentation of TableVectoriser [here](https://skrub-data.org/stable/generated/skrub.TableVectorizer.html#skrub.TableVectorizer): Transformer used on numerical features. Can either be a transformer object instance (e.g. StandardScaler), _**a Pipeline containing the preprocessing...
bug