Improvements
- Improved functionality for
score_definition.py
andscore_execution.py
, allowing for more general usage of thescore_model_with_cas
task- Also allowed for model name to be passed into functions instead of requiring model UUID
- Pickle files now loaded with
pd.read_pickle()
instead ofpickle.load()
in score code, allowing for more flexibility between python environments
Bugfixes
- Updated
pzmm_generate_complete_model_card.ipynb
to have better preprocessing function