I\'m trying to use CalibratedClassifierCV on previously created LogReg model. The code looks as follows:
model = pickle.load(open(\'model.sav\',\'rb\')) calib