ratschlab / HIRID-ICU-Benchmark

Repository for the HiRID ICU Benchmark (HiB) project
MIT License
49 stars 10 forks source link

fixing pickling issue when attempting to save logistic regression model #1

Closed izcram closed 2 years ago

izcram commented 2 years ago

Fixing Can't pickle <class 'sklearn.linear_model.logistic.LogisticRegression'>: it's not the same object as sklearn.linear_model.logistic.LogisticRegression when attempting to save logistic regression model due to https://github.com/google/gin-config/issues/31