The current pipeline was trained using scikit-learn v1.2.1, but the most recent version is 1.2.2. This results in warnings when loading the pipeline:
[...]/htr-quality-classifier/lahtr/lib/python3.9/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator StandardScaler from version 1.2.1 when using version 1.2.2. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to:
[x] a. either update the pipeline to the most recent scikit-learn version, or
b. stick to the scikit-learn version in the requirements definition (setup.cfg).
The current pipeline was trained using scikit-learn v1.2.1, but the most recent version is 1.2.2. This results in warnings when loading the pipeline:
setup.cfg
).