I understand that it is possible to link several ratings that implement the conversion method for converting X (a set of functions) to sklearn.pipeline. However, I have a use case in which I would also like to convert the target labels (for example, convert the labels to [1 ... K] instead of [0, K-1], and I would like to do this as a component in my pipeline Is it possible is this generally when using sklearn.pipeline.?
source share