-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
During training, the version of packages such as scikit-learn is not defined, so the latest version is picked up:
| 'scikit-learn', 'tensorflow', 'keras'], |
During scoring, the version of most (but not all) packages is set:
| - scikit-learn==0.21.3 |
This led to binary incompatibility of the saved model when a new version of scikit-learn was released: #127, #126
For IaC best practices, we should use fixed versions for all packages in all environments.
Ideally we should also have a mechanism to define in a single place the names and versions of packages needed in training and scoring, to avoid redundancy and the risk of divergence.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels