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

[GSOC] hyperopt suggestion service logic update #2412

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Aug 21, 2024

  1. hyperopt suggestion logic update

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f615e3f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

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

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a67f373 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. DISTRIBUTION_UNKNOWN enum set to 0 in gRPC api

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    365c2f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. convert parameter method fix

    Signed-off-by: Shashank Mittal <[email protected]>
    
    validation fix
    
    add e2e tests for hyperopt
    
    added e2e test to workflow
    shashank-iitbhu committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    caa2422 View commit details
    Browse the repository at this point in the history
  2. convert feasibleSpace func updated

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0f38a51 View commit details
    Browse the repository at this point in the history
  3. renamed DISTRIBUTION_UNKNOWN to DISTRIBUTION_UNSPECIFIED

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ae9fa34 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    910a46c View commit details
    Browse the repository at this point in the history
  5. added more test cases for hyperopt distributions

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    08b01ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16dc030 View commit details
    Browse the repository at this point in the history
  7. added e2e tests for NORMAL and LOG_NORMAL

    Signed-off-by: Shashank Mittal <[email protected]>
    
    sigma calculation fixed
    
    fix
    
    parse new arguments to mnist.py
    shashank-iitbhu committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    282f81d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. hyperopt-suggestion example update

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b7d09a6 View commit details
    Browse the repository at this point in the history
  2. updated logic for log distributions

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    58ab1ac View commit details
    Browse the repository at this point in the history
  3. updated logic for log distributions

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2b1932e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. e2e test fixed

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2f1c355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8391c29 View commit details
    Browse the repository at this point in the history
  3. unit test fixed

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    23fd30b View commit details
    Browse the repository at this point in the history
  4. Update pkg/suggestion/v1beta1/hyperopt/base_service.py

    Co-authored-by: Yuki Iwai <[email protected]>
    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu and tenzen-y authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7f6deb5 View commit details
    Browse the repository at this point in the history
  5. comment fixed

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    b85b4bf View commit details
    Browse the repository at this point in the history
  6. added unit tests for INT parameter type

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    dc36303 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. completed param unit test cases

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    658daaf View commit details
    Browse the repository at this point in the history
  2. handled default case for normal distributions when min or max are not…

    … specified
    
    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5198ad1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fixed validation logic for min and max

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    262912d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. removed unnecessary test params

    Signed-off-by: Shashank Mittal <[email protected]>
    shashank-iitbhu committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    81f5526 View commit details
    Browse the repository at this point in the history