statmodels inside a class giving shape error

后端 未结 0 2014
春和景丽
春和景丽 2020-12-10 17:15

I\'m using the following model with statmodels.

import statsmodels.api as sm

class MultiLinRegLearner_A:
        
    def __init__(self, X_train, Y_train):
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题