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

Adding neural network inference to NMMA #370

Merged
merged 112 commits into from
Jul 18, 2024

Commits on May 7, 2024

  1. Update analysis.py

    changed main to have a neural net option
    malinadesai authored May 7, 2024
    Configuration menu
    Copy the full SHA
    07afe91 View commit details
    Browse the repository at this point in the history
  2. Update analysis.py

    started adding nn analysis function
    malinadesai authored May 7, 2024
    Configuration menu
    Copy the full SHA
    538b0b6 View commit details
    Browse the repository at this point in the history
  3. Create embedding.py

    malinadesai authored May 7, 2024
    Configuration menu
    Copy the full SHA
    c2406f9 View commit details
    Browse the repository at this point in the history
  4. Create resnet.py

    malinadesai authored May 7, 2024
    Configuration menu
    Copy the full SHA
    5c3bf16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94a03f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e390db3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update analysis.py

    malinadesai authored May 9, 2024
    Configuration menu
    Copy the full SHA
    96874fb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Update analysis.py

    malinadesai authored May 21, 2024
    Configuration menu
    Copy the full SHA
    d9b876a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Update analysis.py

    indentation error
    malinadesai authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8800fdc View commit details
    Browse the repository at this point in the history
  2. Update analysis.py

    added missing colon
    malinadesai authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8a13004 View commit details
    Browse the repository at this point in the history
  3. Update analysis.py

    added print statements
    malinadesai authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    22cb2b1 View commit details
    Browse the repository at this point in the history
  4. Update analysis.py

    fixed indentation
    malinadesai authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b3d4d79 View commit details
    Browse the repository at this point in the history
  5. Update analysis.py

    commented out code for debugging
    malinadesai authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3f030b7 View commit details
    Browse the repository at this point in the history
  6. Update analysis.py

    removed all added code
    malinadesai authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b0f0ea4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c779fb8 View commit details
    Browse the repository at this point in the history
  8. Update analysis.py

    adding print statements
    malinadesai authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d06fa0d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Update analysis.py

    changed logic in def main
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2e418c2 View commit details
    Browse the repository at this point in the history
  2. Update normalizingflows.py

    defined num points
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bb7445d View commit details
    Browse the repository at this point in the history
  3. Update analysis.py

    added missing colon
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5059fbf View commit details
    Browse the repository at this point in the history
  4. Update analysis.py

    changed main function
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c6089b1 View commit details
    Browse the repository at this point in the history
  5. Update analysis.py

    uncommented filter requirements
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5f91cf2 View commit details
    Browse the repository at this point in the history
  6. Update analysis.py

    added print statement
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ea33216 View commit details
    Browse the repository at this point in the history
  7. Update analysis.py

    added dt logic
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c362685 View commit details
    Browse the repository at this point in the history
  8. Update analysis.py

    set up logger and outdir
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3239983 View commit details
    Browse the repository at this point in the history
  9. Update analysis.py

    changed tmin tmax logic
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2c09600 View commit details
    Browse the repository at this point in the history
  10. Update analysis.py

    added tmin, tmax, num points, current points
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c0532e8 View commit details
    Browse the repository at this point in the history
  11. Update analysis.py

    adding injection file option
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4a94426 View commit details
    Browse the repository at this point in the history
  12. Update analysis.py

    changed print statement
    malinadesai authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    43140cb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Update analysis.py

    fixed typo
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    729439a View commit details
    Browse the repository at this point in the history
  2. Update analysis.py

    light curve generation
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    400c2aa View commit details
    Browse the repository at this point in the history
  3. Update analysis.py

    adding print statements
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9c70086 View commit details
    Browse the repository at this point in the history
  4. Update analysis.py

    missing parenthesis
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5c5a716 View commit details
    Browse the repository at this point in the history
  5. Update analysis.py

    added point specification
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9c12b06 View commit details
    Browse the repository at this point in the history
  6. Update analysis.py

    creating dataframe
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    eed52f6 View commit details
    Browse the repository at this point in the history
  7. Update analysis.py

    formatting data into df needed for further analysis
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    85adf8c View commit details
    Browse the repository at this point in the history
  8. Update analysis.py

    fixed indentation
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    306bb41 View commit details
    Browse the repository at this point in the history
  9. Update analysis.py

    debugging
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6697925 View commit details
    Browse the repository at this point in the history
  10. Update analysis.py

    debugging
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    59dd3b9 View commit details
    Browse the repository at this point in the history
  11. Update analysis.py

    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6bb0370 View commit details
    Browse the repository at this point in the history
  12. Update analysis.py

    debugging
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    32167d9 View commit details
    Browse the repository at this point in the history
  13. Update analysis.py

    making df
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3a4f8ba View commit details
    Browse the repository at this point in the history
  14. Update analysis.py

    fixed syntax error
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    58271d3 View commit details
    Browse the repository at this point in the history
  15. Update analysis.py

    added detection limit arg logic
    malinadesai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    43b7f0d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Update analysis.py

    made pre padding dict and df
    malinadesai authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    848d6aa View commit details
    Browse the repository at this point in the history
  2. Update analysis.py

    syntax error
    malinadesai authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    dd3eef2 View commit details
    Browse the repository at this point in the history
  3. Update analysis.py

    checking padding functionality
    malinadesai authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    09519b9 View commit details
    Browse the repository at this point in the history
  4. Update dataprocessing.py

    made filler functions more flexible to other dataframes, removed column hardcoding
    malinadesai authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a3079c2 View commit details
    Browse the repository at this point in the history
  5. Update analysis.py

    importing padding functions
    malinadesai authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    294c91f View commit details
    Browse the repository at this point in the history
  6. added mlmodel

    malinadesai committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4d20ac8 View commit details
    Browse the repository at this point in the history
  7. Delete mlmodel directory

    delete copy
    malinadesai authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3f3f2ce View commit details
    Browse the repository at this point in the history
  8. Update analysis.py

    importing data processing functions
    malinadesai authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9932081 View commit details
    Browse the repository at this point in the history
  9. Update requirements.txt

    added nflows package
    malinadesai authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b974fcd View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Update requirements.txt

    added nflows, torch
    malinadesai authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d1cecc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Update dataprocessing.py

    change variable names
    malinadesai authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8521b42 View commit details
    Browse the repository at this point in the history
  2. Update analysis.py

    finished data padding
    malinadesai authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    350aebf View commit details
    Browse the repository at this point in the history
  3. Update requirements.txt

    malinadesai authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9ced67b View commit details
    Browse the repository at this point in the history
  4. Update requirements.txt

    malinadesai authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4e41c58 View commit details
    Browse the repository at this point in the history
  5. Update requirements.txt

    can't install torch
    malinadesai authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2a1fa38 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Update requirements.txt

    reverted back to original requirements
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    35f9bb3 View commit details
    Browse the repository at this point in the history
  2. Update analysis.py

    added imports
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0f702e9 View commit details
    Browse the repository at this point in the history
  3. Update analysis.py

    importing resnet
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    be51d4c View commit details
    Browse the repository at this point in the history
  4. Update analysis.py

    importing more functions
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    27c8ebf View commit details
    Browse the repository at this point in the history
  5. Update analysis.py

    added functionality for inference
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    975338f View commit details
    Browse the repository at this point in the history
  6. Create inference.py

    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    87d65ce View commit details
    Browse the repository at this point in the history
  7. Update analysis.py

    added more checks and arg functionality
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c58e5a7 View commit details
    Browse the repository at this point in the history
  8. Update analysis.py

    added functionality if injection parameters are provided
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e37b062 View commit details
    Browse the repository at this point in the history
  9. Update inference.py

    added functionality if truth is not available.
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2f8dcef View commit details
    Browse the repository at this point in the history
  10. Update inference.py

    fixed syntax error
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e5bb074 View commit details
    Browse the repository at this point in the history
  11. Update inference.py

    fixed variable name error
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    19eeb17 View commit details
    Browse the repository at this point in the history
  12. Update analysis.py

    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    dd3fdad View commit details
    Browse the repository at this point in the history
  13. Update dataprocessing.py

    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cdd4e78 View commit details
    Browse the repository at this point in the history
  14. Update embedding.py

    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7cd2af5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4dbfb96 View commit details
    Browse the repository at this point in the history
  16. Update analysis.py

    fixed syntax error
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c3236f0 View commit details
    Browse the repository at this point in the history
  17. Update analysis.py

    made column list an arg of pad the data func
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6c5a0cf View commit details
    Browse the repository at this point in the history
  18. Update dataprocessing.py

    made column list an arg for padding functions
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    95fca35 View commit details
    Browse the repository at this point in the history
  19. Update analysis.py

    added print statements
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c9ec528 View commit details
    Browse the repository at this point in the history
  20. Update analysis.py

    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ea04bad View commit details
    Browse the repository at this point in the history
  21. Add files via upload

    adding similarity embedding weights
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5ca514f View commit details
    Browse the repository at this point in the history
  22. Add files via upload

    normalizing flow weights
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7c7d953 View commit details
    Browse the repository at this point in the history
  23. Update analysis.py

    updated weights filepath
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    9f21951 View commit details
    Browse the repository at this point in the history
  24. Update analysis.py

    added context features
    malinadesai authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    97f324a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update analysis.py

    added flow
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f8e908c View commit details
    Browse the repository at this point in the history
  2. Update analysis.py

    typo in flow weight path
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7b72138 View commit details
    Browse the repository at this point in the history
  3. Update analysis.py

    fixed logic
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0c828d0 View commit details
    Browse the repository at this point in the history
  4. Update analysis.py

    saving corner plot
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    15a40e2 View commit details
    Browse the repository at this point in the history
  5. Update analysis.py

    more savefig args added
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    da69a78 View commit details
    Browse the repository at this point in the history
  6. Update analysis.py

    debugging save plot issue
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c4a9ed4 View commit details
    Browse the repository at this point in the history
  7. Update analysis.py

    import matplotlib pyplot
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ba3aa21 View commit details
    Browse the repository at this point in the history
  8. Update analysis.py

    trying to save figure
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c6952d6 View commit details
    Browse the repository at this point in the history
  9. Update analysis.py

    fixed savepath
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    daddb8c View commit details
    Browse the repository at this point in the history
  10. Update analysis.py

    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4d5ce61 View commit details
    Browse the repository at this point in the history
  11. Update analysis.py

    removing print statements
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    666b2df View commit details
    Browse the repository at this point in the history
  12. Update analysis.py

    making sure filters is defined
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f32c674 View commit details
    Browse the repository at this point in the history
  13. Update analysis.py

    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b13ac80 View commit details
    Browse the repository at this point in the history
  14. Update analysis.py

    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4444ce8 View commit details
    Browse the repository at this point in the history
  15. Update analysis.py

    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2f3586d View commit details
    Browse the repository at this point in the history
  16. Update analysis.py

    debugging
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f21ee5e View commit details
    Browse the repository at this point in the history
  17. Update analysis.py

    adding exceptions
    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    27a8f40 View commit details
    Browse the repository at this point in the history
  18. Update analysis.py

    malinadesai authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    63d872e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    a0902c0 View commit details
    Browse the repository at this point in the history
  2. Create lfi_analysis.md

    malinadesai authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a1a6828 View commit details
    Browse the repository at this point in the history
  3. Update lfi_analysis.md

    added cli examples
    malinadesai authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    79c8112 View commit details
    Browse the repository at this point in the history
  4. Update lfi_analysis.md

    added instructions for setting up env
    malinadesai authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ec9a748 View commit details
    Browse the repository at this point in the history
  5. Update analysis.py

    added test function for nn_analysis
    malinadesai authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f19f89e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8917470 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    747474d View commit details
    Browse the repository at this point in the history
  8. Update analysis.py

    sahiljhawar authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6351252 View commit details
    Browse the repository at this point in the history
  9. add lfi to toctree

    sahiljhawar authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ac84717 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    eee9b22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda86e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4492cd8 View commit details
    Browse the repository at this point in the history