Closed svandenhoek closed 2 years ago
I would like to see the internal CAPICE version within
./src/molgenis/capice/__init__.py
changed to 4.0.0-rc3 (for the PoC model, you can just unpickle it in a python console and change theCAPICE_version
attribute manually to 4.0.0-rc3)
Fixed. The xgb_booster_poc.pickle.dat
should now return the following:
>>> import pickle
>>> with open('./tests/resources/xgb_booster_poc.pickle.dat', 'rb') as model_file:
>>> model = pickle.load(model_file)
>>> model.CAPICE_version
'4.0.0-rc3'
Kudos, SonarCloud Quality Gate passed!
SOP
Changed
Before merge:
After merge: