I have trained two scikit-learn models using a IF condition (2 resulting training sets based on defined criteria on X1 feature). How can I wrap this IF condition with these 2 trained models into a holistic model and save it into a pickle model file? Thank you!