You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should we change code line 75 : "estimator.model = None" to "estimator.cost_model"
and change code line 77: "estimator.model = self.cost_model.models[I]" to "estimator.cost_model = self.cost_model.models[I]"
should we change code line 75 :
"estimator.model = None" to "estimator.cost_model"
and change code line 77:
"estimator.model = self.cost_model.models[I]" to "estimator.cost_model = self.cost_model.models[I]"
and should we delete delete line 33-47?