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

feat(cli): Remove default project argument in `launch` command #551

Closed augustebaum closed 4 weeks ago

augustebaum commented 4 weeks ago

Previous behaviour was to try to launch project "project.skore" if no project name was given.

Closes #507