OS-independent paths in serialization
Created by: Dreamlone
In the folders with serialized models in the json files, the paths were written with "/" separator Now the form of the record has been changed, now the paths are stored as a list, for example
"preprocessing": ["preprocessing","data_preprocessor.pkl"
The implementation is backward-compatible with the previous version