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

Commits on Aug 16, 2023

  1. check .cali file type in reader_dispatch()

    Marcus Ritter committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c317c78 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. updated produce_models() in model_extrap.py to enable measurement rep…

    …etition support
    Marcus Ritter committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    99467fb View commit details
    Browse the repository at this point in the history
  2. added aggregation, scaling support for model creation

    Marcus Ritter committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    30e3e38 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. added basic code for interactive plot

    Marcus Ritter committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    33db8b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. added exceptions for produce_models(), support for multi parameter mo…

    …deling
    Marcus Ritter committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4640379 View commit details
    Browse the repository at this point in the history
  2. added custom exception class for extra-p reader

    Marcus Ritter committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    13e602d View commit details
    Browse the repository at this point in the history
  3. code cleanup, removed debug code

    Marcus Ritter committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    83d94b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. added basic plotting support for 2 parameters

    Marcus Ritter committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e9ff101 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. improved 2 parameter model visualization

    Marcus Ritter committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    400a453 View commit details
    Browse the repository at this point in the history
  2. added parameters to control output of display function

    Marcus Ritter committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ae2a6d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. added plotting options for 1,2 parameters vizs

    Marcus Ritter committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ce04201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71645e8 View commit details
    Browse the repository at this point in the history
  3. deleted UPDATES file

    Marcus Ritter committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6f46a4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a682b8f View commit details
    Browse the repository at this point in the history
  5. formatted code to pep8 standard

    Marcus Ritter committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f9a17aa View commit details
    Browse the repository at this point in the history
  6. updated test cases for extra-p code

    Marcus Ritter committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b72f019 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4b8f7e View commit details
    Browse the repository at this point in the history
  8. formatted code to pep8 standard

    Marcus Ritter committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    de874bf View commit details
    Browse the repository at this point in the history
  9. formatted code to pep8 standard

    Marcus Ritter committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9c12116 View commit details
    Browse the repository at this point in the history
  10. fixed F401 '*.log2' imported but unused

    Marcus Ritter committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3f1fb4b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    51bd673 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. added growth trend ranking to analyze complexity function

    Marcus Ritter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e843a94 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. added type checking, hints

    Marcus Ritter committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    25a6b86 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. added multi-parameter support for componentize function

    Marcus Ritter committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ea69fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    773adde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8826ded View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ae9a36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42c300b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    8bcc01e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd89c4 View commit details
    Browse the repository at this point in the history
  3. black

    Marcus Ritter committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0dc7d24 View commit details
    Browse the repository at this point in the history
  4. fixed F821 undefined name 'plt'

    Marcus Ritter committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cb69c82 View commit details
    Browse the repository at this point in the history
  5. changed tuple type hints to be compatible with Python3.8

    Marcus Ritter committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    73a27d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    448995c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a31e453 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    dbe438f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af2e64e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    fdb1a9f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. multi display method working for multi-parameter models

    Marcus Ritter committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e1e8649 View commit details
    Browse the repository at this point in the history
  2. produce_aggregated_model function is working

    Marcus Ritter committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    858ba7a View commit details
    Browse the repository at this point in the history
  3. single-parameter support for mutli_display()

    Marcus Ritter committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a37ecd5 View commit details
    Browse the repository at this point in the history
  4. produce_aggregated_model() multi metric support bug fix

    Marcus Ritter committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d33ce04 View commit details
    Browse the repository at this point in the history
  5. multi_display() color chosen by dominant scaling

    Marcus Ritter committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2f9e5f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    de6b809 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. refactored extrap modeling code

    Marcus Ritter committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ef6b94f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    8200109 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    878c5aa View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. extrap modeler configurtion support and multi column index for modeli…

    …ng output in thicket.statsframe.dataframe
    Marcus Ritter committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    192ad9d View commit details
    Browse the repository at this point in the history
  2. basic multi index for extrap modeling in thicket working

    Marcus Ritter committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    de5db03 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    b3a5b98 View commit details
    Browse the repository at this point in the history
  2. added full support for extra-p modeler configuration options with err…

    …or checking
    Marcus Ritter committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4d2d5a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. multi column indexing working

    Marcus Ritter committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    bafe065 View commit details
    Browse the repository at this point in the history
  2. updated visualization methods

    Marcus Ritter committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    96deacf View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fixed bugs in multi column indexing

    Marcus Ritter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    30bdd47 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. updated

    Marcus Ritter committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4c28290 View commit details
    Browse the repository at this point in the history
  2. resolved merge conflicts

    Marcus Ritter committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    365b271 View commit details
    Browse the repository at this point in the history
  3. added check for .cali files

    Marcus Ritter committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c7e389d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. updated

    Marcus Ritter committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    72727f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. updated complexity analysis support for multi index and modeler confi…

    …gurations in dataframe
    Marcus Ritter committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0d3ffca View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    6e2be10 View commit details
    Browse the repository at this point in the history
  2. modeler configuration support for componentize function

    Marcus Ritter committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8642599 View commit details
    Browse the repository at this point in the history
  3. updated

    Marcus Ritter committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6ee3ce8 View commit details
    Browse the repository at this point in the history
  4. black

    Marcus Ritter committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7ee61f3 View commit details
    Browse the repository at this point in the history