Sklearn user-defined estimator: score method behaves weirdly

前端 未结 0 1557
滥情空心
滥情空心 2021-01-02 14:55

I defined a Sklearn Estimator as:

class ExactSolver(BaseEstimator):

   def __init__(self):
       pass

   def fit(self, X, y=None):
       self.weight = np.         


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