LAHTeR / htr-quality-classifier

Detect quality of (digitized) text.
GNU General Public License v3.0
3 stars 0 forks source link

Installing scikit v1.2.2 led to various warnings #1

Closed carschno closed 1 year ago

carschno commented 1 year ago

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: