probabl-ai / skore

Skore lets 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.github.io/skore/
MIT License
70 stars 7 forks source link

refactor: Create a specific submodule to store custom exceptions #722

Closed glemaitre closed 5 days ago

glemaitre commented 6 days ago

Store all custom exceptions in a specific submodule for the CLI.

thomass-dev commented 6 days ago

I wonder if we shouldn't directly create a dedicated module at the root level to store all skore exception classes.

glemaitre commented 6 days ago

If you have over exceptions in the library, I agree that the root folder makes more sense.