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

feat: generic anomaly detection #227

Closed
wants to merge 23 commits into from
Closed

Commits on Jul 11, 2023

  1. feat: generic anomaly detection (#226)

    Explain what this PR does.
    
    ---------
    
    Signed-off-by: Nandita Koppisetty <[email protected]>
    nkoppisetty authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    163ad5d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. feat: trainer (#228)

    Explain what this PR does.
    
    ---------
    Signed-off-by: Nandita Koppisetty <[email protected]>
    nkoppisetty authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3bbfa0c View commit details
    Browse the repository at this point in the history
  2. fix: remove endpointa

    Signed-off-by: Nandita Koppisetty <[email protected]>
    nkoppisetty authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    376bb6c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Improvements (#229)

    1. Sentinel improvements
    2. Model saving (fix for version number)
    
    ---------
    
    Signed-off-by: kbatra <[email protected]>
    s0nicboOm authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    bccb109 View commit details
    Browse the repository at this point in the history
  2. chore: allow python 3.9 to 3.12 (#231)

    update toml python version
    
    Signed-off-by: kbatra <[email protected]>
    s0nicboOm authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b4524c8 View commit details
    Browse the repository at this point in the history
  3. Feature/generic udfs (#230)

    Signed-off-by: Avik Basu <[email protected]>
    ab93 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b054c4e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Redis conf (#232)

    Update redis conf
    
    Signed-off-by: kbatra <[email protected]>
    s0nicboOm authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    25e99b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. feat: multi timeseries models

    Signed-off-by: Nandita Koppisetty <[email protected]>
    nkoppisettyintu committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    071fe13 View commit details
    Browse the repository at this point in the history
  2. feat: multi timeseries models

    Signed-off-by: nkoppisetty <[email protected]>
    nkoppisetty committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    132cc25 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'generic-anomaly-detection' of github.com:numaproj/numal…

    …ogic into generic-anomaly-detection
    nkoppisetty committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8eb3ca6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. feat: support multichannel (#233)

    Support Multichannel
    
    ---------
    
    Signed-off-by: kbatra <[email protected]>
    s0nicboOm authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6fbff1c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. feat: adding required publisher fields

    Signed-off-by: nkoppisetty <[email protected]>
    nkoppisetty committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    fe5f48b View commit details
    Browse the repository at this point in the history
  2. fix: format

    Signed-off-by: nkoppisetty <[email protected]>
    nkoppisetty committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    602a852 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix: config on trainer

    Signed-off-by: nkoppisetty <[email protected]>
    nkoppisetty committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    86dbfc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. feat: trainer as multi proc udf

    Signed-off-by: nkoppisetty <[email protected]>
    nkoppisetty committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4cb3d61 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. feat: ttl to config

    Signed-off-by: nkoppisetty <[email protected]>
    nkoppisetty committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5a0ef08 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Exception fix (#236)

    Exception Handling while loading models.
    
    Signed-off-by: kbatra <[email protected]>
    s0nicboOm authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e3f90db View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. fix: improve preproc efficiency (#238)

    New time for get_df: 0.5 sec
    Old time to get df: 2 sec
    
    for 1000 calls
    
    ---------
    
    Signed-off-by: kbatra <[email protected]>
    s0nicboOm authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    04c23f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. fix: train hours bug

    Signed-off-by: nkoppisetty <[email protected]>
    nkoppisetty committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f1df53e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Pre fix (#239)

    Improve Logs
    
    ---------
    
    Signed-off-by: kbatra <[email protected]>
    s0nicboOm authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2b5de92 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. fix: add more logs (#241)

    Explain what this PR does.
    
    Signed-off-by: kbatra <[email protected]>
    s0nicboOm authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ca76f85 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. fix: druid fetcher config bug

    Signed-off-by: nkoppisetty <[email protected]>
    nkoppisetty committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e50e354 View commit details
    Browse the repository at this point in the history
  2. fix: druid fetcher config bug

    Signed-off-by: nkoppisetty <[email protected]>
    nkoppisetty committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d8a66d8 View commit details
    Browse the repository at this point in the history