I\'m using the following model with statmodels.
import statsmodels.api as sm class MultiLinRegLearner_A: def __init__(self, X_train, Y_train):