Exported chain windows -> linux issue
The current implementation for fitted models save in Windows is
"fitted_operation_path": "fitted_operations\operation_8.pkl"
However, it raises a file-not-found error in load stage for the Linux environment (/ sign is required).
The workaround is to replace it manually, but the appropriate fix is required.