probabl-ai / skore

Skore let's you "Own Your Data Science." It provides a user-friendly interface to track and visualize your modeling results, and perform evaluation of your machine learning models with scikit-learn.
https://probabl.ai
MIT License
11 stars 0 forks source link

Usability issue with skops #400

Open tuscland opened 1 week ago

tuscland commented 1 week ago

Even with bona fide scikit-learn estimators, skops might fail to recognize some properties as trusted, and therefore fail to load the saved object. We should work around this limitation by temporarily disabling skops's security feature until we are able to put more efforts in supporting it.

At save time, query skops to get the list of warnings. Save the list on the side, then at load time, provide the skops with the "trusted" list.