demetrius-mp / sesg-cli

CLI to interact with SeSG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting best results from a experiment.

Marialuisabcs opened this issue · comments

Create a command to extract the best results from an experiment and return a .xlsx as the result. Rules:

  • The results must be sorted by start_set_precision and start_set_recall and divided by algorithm (LDA, BERTopic and etc), getting only the best 10 results by default (user can choose). Each query result should have it's own tab in the final excel sheet.
  • Other mandatory tabs are :
    • full results from each algorithm;
    • the QGS used in each experiment;

Add possibility for generating a sheet of the best 3 (or the user's preferred quantity) results of each experiment, ordered by the default metrics (and/or the metrics specified by the user).

All features above were developed.

Current enhancements to be done:

  • Make exp's name visually better to tell them apart.