I am picking up an old project in a new pytthon environment and cannot load my old scaler objects with the newer version of scikit learn (1.2.*). I am having a real tough time downgrading back down to 0.23.1 which is where I think the compatibility issues goes away. I am hacking together a solution by changing the scikit_learn base.py file to automatically set the clip attribute to a boolean to resolve the issue but I was hoping to reatin the original functinality. I was assuming to just set it to False but can anyone confirm if that how the older version functioned?