I am trying to fit a multinomial logit model using LogisticRegression module from Sklearn.
My outcome (y) has 4 levels. I need to specify one of these levels as the reference category (or baseline). Does the LogisticRegression module provides a way of specifying this reference category?