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

Adapt skore to be compliant on `python >=3.9` #390

Open thomass-dev opened 1 week ago

thomass-dev commented 1 week ago

Actually, skore only enforce compatibility with python >=3.12, but scikit-learn allows python >= 3.9. Related issue #388 .

augustebaum commented 1 week ago

Does this issue include adding a test pipeline for all supported versions?

tuscland commented 1 week ago

I think this falls in the larger project of testing skore on multiple environments.

cc @jerome-probabl

thomass-dev commented 1 week ago

Does this issue include adding a test pipeline for all supported versions?

There is already an issue on this need https://github.com/probabl-ai/skore/issues/388 .

I think this falls in the larger project of testing skore on multiple environments.

cc @jerome-probabl

Not sure, its only a question of python versions, not multiple environments.

tuscland commented 1 week ago

The Python version is a part of the environment.

thomass-dev commented 1 week ago

My point is that github-actions tools already seem to exist to test a package on several python versions.