Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extrap multi-parameter support for modeling and visualization #83

Open
wants to merge 63 commits into
base: develop
Choose a base branch
from

Conversation

marcusritter1
Copy link

@marcusritter1 marcusritter1 commented Aug 29, 2023

UPDATES:

  • added a check for .cali file type to reader_dispatch() so no value error is raised when other file types, folders are in the provided dir
  • refactored the code in produce_models() so it can deal with measurement repetitions
  • added visualization for 2 parameter models
  • added additional visualization options to plots, like min/max, error bars, optimal scaling curves, etc.
  • added Extra-P data aggregation support for measurement repetitions, choose between mean/median for model creation
  • added exception class for extra-p thicket dataframe conversion to let the user know if a measurement can not be used for modeling and why
  • visualization type is now automatically chosen by the number of detected model parameters
  • added type checking and hints to code
  • updated test cases for new modeling capabilities
  • added multi-parameter support for componentize function
  • added new function complexity_statsframe() to analyze the asymptotic complexity of the models in the dataframe and rank them according to their growth trends

Marcus Ritter and others added 26 commits August 16, 2023 15:55
@marcusritter1 marcusritter1 self-assigned this Sep 7, 2023
@marcusritter1 marcusritter1 added area-extrap Issues and PRs involving Thicket's support for Extra-P area-visualization Issues and PRs involving any of Thicket's provided visualizations area-tests Issues and PRs involving Thicket's automated tests labels Sep 7, 2023
@slabasan slabasan added this to the 2023.3.1 milestone Sep 29, 2023
@slabasan slabasan added the status-work-in-progress PR is currently being worked on label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-extrap Issues and PRs involving Thicket's support for Extra-P area-tests Issues and PRs involving Thicket's automated tests area-visualization Issues and PRs involving any of Thicket's provided visualizations status-work-in-progress PR is currently being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants