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

Migrate AML SDK from v1 to v2 #2134

Merged
merged 32 commits into from
Jul 31, 2024
Merged

Migrate AML SDK from v1 to v2 #2134

merged 32 commits into from
Jul 31, 2024

Commits on Jul 27, 2024

  1. Migrate AML SDK from v1 to v2

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3f17266 View commit details
    Browse the repository at this point in the history
  2. Correct MLClient constructor paramenter names

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    2794826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cf48f6 View commit details
    Browse the repository at this point in the history
  4. Add label for environments.get()

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4d9a17d View commit details
    Browse the repository at this point in the history
  5. Remove environment get

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3af84eb View commit details
    Browse the repository at this point in the history
  6. Update

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4114bb3 View commit details
    Browse the repository at this point in the history
  7. Correct experiment and environment names

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3fe6262 View commit details
    Browse the repository at this point in the history
  8. Correct compute

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    d513b5f View commit details
    Browse the repository at this point in the history
  9. Create Conda env inside Dockerfile

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    ebc34c6 View commit details
    Browse the repository at this point in the history
  10. Catch ResourceNotFoundError

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    7ecb34e View commit details
    Browse the repository at this point in the history
  11. Correct experiment name

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    73546a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Update env creation and job running

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    34b0505 View commit details
    Browse the repository at this point in the history
  2. Try waiting for completion by stream

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    170ffef View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Try to fix conda activate

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    744773a View commit details
    Browse the repository at this point in the history
  2. Import sys

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e8e2193 View commit details
    Browse the repository at this point in the history
  3. Change logging level

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ab38655 View commit details
    Browse the repository at this point in the history
  4. Exit directly once pytest fails

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6cb4209 View commit details
    Browse the repository at this point in the history
  5. Set numpy<2.0.0 due to issue of cornac

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c46f2ca View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Correct Dockerfile

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    737e285 View commit details
    Browse the repository at this point in the history
  2. Change heredoc

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e46bdbe View commit details
    Browse the repository at this point in the history
  3. Set dockerfile version

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    456dba9 View commit details
    Browse the repository at this point in the history
  4. Copy environment.yml to container

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b90ead0 View commit details
    Browse the repository at this point in the history
  5. Update .github/actions/azureml-test/action.yml

    Co-authored-by: Miguel Fierro <[email protected]>
    SimonYansenZhao and miguelgfierro authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    646d613 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14f05d2 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'simonz/aml-migration' of yansenGithub:recommenders-team…

    …/recommenders into simonz/aml-migration
    SimonYansenZhao committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    558b399 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Print pytest logs

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9e7058e View commit details
    Browse the repository at this point in the history
  2. Group outputs

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d7e34e3 View commit details
    Browse the repository at this point in the history
  3. Install pip in conda env, and show pytest warnings

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    624a49c View commit details
    Browse the repository at this point in the history
  4. Add command name

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f420522 View commit details
    Browse the repository at this point in the history
  5. Update

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    be54e4e View commit details
    Browse the repository at this point in the history
  6. Show warnings in pytest

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fbe1984 View commit details
    Browse the repository at this point in the history
  7. Show warnings in pytest

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9d46f18 View commit details
    Browse the repository at this point in the history