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

Batch fANOVA importance analysis #827

Merged
merged 54 commits into from
Aug 1, 2024

Commits on Mar 17, 2024

  1. batch tools subpackage

    jchen6727 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    108fa32 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. comm update

    jchen6727 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5446c17 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. new search methods

    jchen6727 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f56bac6 View commit details
    Browse the repository at this point in the history
  2. fixed import issues

    jchen6727 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b2935c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. updates comm, search

    jchen6727 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1bc1eab View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. search.py

    jchen6727 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3d5d0a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. wrapper tools search

    jchen6727 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    cad0574 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. update to batchtools

    jchen6727 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    14502fa View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 8, 2024

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

Commits on Apr 16, 2024

  1. update to search (kwargs)

    jchen6727 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0b34c0f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    9622aa2 View commit details
    Browse the repository at this point in the history
  2. update the submit (zsh->sh)

    jchen6727 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c5ffb3d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. update batchtools, submits

    jchen6727 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    62fbc30 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 7, 2024

  1. batchtools documentation

    jchen6727 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0626add View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. minor updates- search

    jchen6727 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    67108a7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 11, 2024

  1. update CHANGES.md

    jchen6727 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    5eb20f8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    98bad60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2908abe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76b6bd6 View commit details
    Browse the repository at this point in the history
  4. sort init.py

    jchen6727 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    627e7bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7929dc View commit details
    Browse the repository at this point in the history
  6. updating documentation (user_documentation.rst) re: new batchtools

    …(beta version) (suny-downstate-medical-center#819)
    
    * fixed bug in conn, updated test/examples/* to use dynamic pathing
    
    * update CHANGES.md
    
    * updated documentation with new batchtools (beta)
    jchen6727 authored May 14, 2024
    Configuration menu
    Copy the full SHA
    8021936 View commit details
    Browse the repository at this point in the history
  7. updating user documentation

    jchen6727 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6f55c51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05e0656 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Updated logic, bug fix

    cfg.progressBar = 2 will display all progress bars
    cfg.progressBar = 1 will call tqdm with progress bars w/ leave = 0
    cfg.progressBar = 0 will disable the progress bar.
    jchen6727 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8cd66ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aae153 View commit details
    Browse the repository at this point in the history
  3. quick fix, adding cfg.progressBar logic, fixed another issue with the…

    … loading bar. (suny-downstate-medical-center#821)
    
    * Updated logic, bug fix
    
    cfg.progressBar = 2 will display all progress bars
    cfg.progressBar = 1 will call tqdm with progress bars w/ leave = 0
    cfg.progressBar = 0 will disable the progress bar.
    jchen6727 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    a0846bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1b657a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ed6d40 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. I love git

    Jsprouse0 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    03ee809 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. updated makedirs

    jchen6727 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d06481b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c618bb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c81925 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. fixed typo

    'sge' or 'sh' are valid options for the 'job_type' argument, not 'shell'
    jchen6727 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1131d84 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    2ca43d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c1737f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

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

Commits on Jul 11, 2024

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

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

  1. updated .rst documentation

    jchen6727 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a124b0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa8fc35 View commit details
    Browse the repository at this point in the history
  3. updates to batchtools to allow 'cfg' initialization with supplied dic…

    …tionary, fanova example started. batchtools.rst updated
    jchen6727 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    56aa212 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e71b2f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. fixed save.py

    jchen6727 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1b6b042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    648395f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. updates to batchtools

    fanova (large sample -- 625), running fanova analysis
    cfg.py of CA3 including additional cfg settings to avoid confusion
    jchen6727 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0d9088a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Aug 1, 2024

  1. fanova example

    jchen6727 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fd35529 View commit details
    Browse the repository at this point in the history
  2. updated user documentation

    jchen6727 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c4a9c3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9b7f9c View commit details
    Browse the repository at this point in the history