'UserWarning: Trying to unpickle estimator TfidfVectorizer from version 0.23.2 when using version 1.0.2

I have a big trained TfidfVectorizer It was created on my laptop with scikit-learn version 0.23.2 When I'm trying to put it to my server where the newest version of scikit-learn 1.0.2 is installedenter image description here I'm getting warned with the following:



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source