Код: Выделить всё
with open("preprocessor.pkl","rb") as file:
processor=pickle.load(file)
Подробнее здесь: https://stackoverflow.com/questions/793 ... -in-python
Код: Выделить всё
with open("preprocessor.pkl","rb") as file:
processor=pickle.load(file)