AmenRa / ranx

⚡️A Blazing-Fast Python Library for Ranking Evaluation, Comparison, and Fusion 🐍
https://amenra.github.io/ranx
MIT License
427 stars 23 forks source link

[Feature Request] Run.from_df and Run.from_parquet does not allow specifying run name #54

Closed efung closed 11 months ago

efung commented 11 months ago

Is your feature request related to a problem? Please describe. I'm using Pandas dataframes, and comparing different embedding models. I'd like to be able to name my runs so when I compare them, the report shows something other than run_1, run_2.

Describe the solution you'd like Allow name as a named parameter in Run.from_df

Describe alternatives you've considered You can just set the name afterward, e.g.

my_run.name = "My Run"

Additional context I guess this is just for consistency, since Run.from_file allows you to pass a name.

AmenRa commented 11 months ago

Added in v0.3.17.

Please, give ranx a star if you haven't yet.