Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/MLOpsPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 162881
Choose a base ref
...
head repository: microsoft/MLOpsPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Jul 3, 2020

  1. Restore call convention compatibility in get_model (#304)

    A bug surfaced where first time evaluation of a model fails due to the
    Model constructor throwing if the model does not exist.
    
    Looking deeper, we see that most calls to get_model expect a possible
    None response and check at the call site. Unfortunately we get the same
    WebserviceException class for a model not being found as we do a REST
    error or similar.
    
    This change is a stopgap mitigation to restore compatibility with the
    existing callers, and compromises by allowing the model version
    dependent behavior to continue passing on exceptions.
    
    In a future follow up we should settle on a convention and allow version
    checks to propagate failure while still giving the possibility for
    handling a service exception in the caller.
    tcare authored Jul 3, 2020
    Copy the full SHA
    0906986 View commit details
  2. Fix CD deployment break (#305)

    Recently the step to get the model version had a name associated with the step. We need to also update the references in future step to use the step name as a prefix. This resulted in the MODEL_VERSION variable causing failures in each CD deployment step.
    
    This did not show up in CI because the MODEL_VERSION var is hard coded in the variable group. We should also remove that.
    tcare authored Jul 3, 2020
    Copy the full SHA
    6d02555 View commit details

Commits on Jul 7, 2020

  1. Update docs and pipeline status badge (#303)

    * docs
    
    * fix pipeline status badge and tf naming uniqueness
    
    * add a note about how to change the name of the pipeline
    
    * extra clarification on workspace connection
    j-so authored Jul 7, 2020
    Copy the full SHA
    27b7d2a View commit details

Commits on Jul 10, 2020

  1. Fix default parameters to batch scoring pipeline + doc fixes (#310)

    * fix default params in build batch score
    
    * docs
    
    * fix image
    
    * fix images
    
    * update to azure ml studio pics
    j-so authored Jul 10, 2020
    Copy the full SHA
    1d789c2 View commit details
  2. Copy the full SHA
    15de3c4 View commit details

Commits on Sep 4, 2020

  1. update azureml sdk (#326)

    j-so authored Sep 4, 2020
    Copy the full SHA
    a6014d0 View commit details

Commits on Sep 22, 2020

  1. Update azureml-sdk to use latest (#331)

    * Update ci_dependencies.yml
    
    * Update conda_dependencies.yml
    j-so authored Sep 22, 2020
    Copy the full SHA
    bf34623 View commit details

Commits on Sep 23, 2020

  1. Fix Batch Scoring docs (#333)

    * docs
    
    * more fixes
    j-so authored Sep 23, 2020
    Copy the full SHA
    7488530 View commit details

Commits on Dec 9, 2020

  1. Update docs (#339)

    * Update getting_started.md
    
    * Update custom_model.md
    j-so authored Dec 9, 2020
    Copy the full SHA
    31512d3 View commit details

Commits on Feb 16, 2021

  1. development_setup.md update (#349)

    * development_setup.md update
    
    development_setup.md updated to use install_requirements.sh.
    
    See #158:
    
    > Use conda rather than pip packages when possible (as recommended in AML docs).
    > Dev environment is hence also constrained to conda (no more pip install -r requirements.txt).
    
    * Content of install_requirements.sh deleted
    
    * build_train_pipeline.py filename fixed
    
    * build_train_pipeline.py filename fixed
    satonaoki authored Feb 16, 2021
    Copy the full SHA
    aba8aef View commit details

Commits on Feb 18, 2021

  1. fix TRAIN_SCRIPT_PATH value in .env.example (#348)

    TRAIN_SCRIPT_PATH value updated from 'training/train.py' to 'training/train_aml.py'.
    
    This is aligned with /.pipelines/diabetes_regression-variables-template.yml.
    satonaoki authored Feb 18, 2021
    Copy the full SHA
    771c8ef View commit details

Commits on Mar 11, 2021

  1. Added AKS compute name details (#355)

    Added a clarification, that the AKS compute name comes from the inference cluster, which needs to be created to continue.
    starlord-daniel authored Mar 11, 2021
    Copy the full SHA
    2f905b2 View commit details
  2. Pin AzureML SDK > 1.18.0 for pyyaml fix (#356)

    * Update conda_dependencies_scoring.yml
    
    * Update conda_dependencies_scorecopy.yml
    
    * Update conda_dependencies_scoring.yml
    j-so authored Mar 11, 2021
    Copy the full SHA
    2892680 View commit details

Commits on May 13, 2021

  1. Pin azureml version to 1.27.* (#361)

    * Update ci_dependencies.yml
    
    * Update diabetes_regression-cd.yml
    
    * Update diabetes_regression-package-model-template.yml
    
    * Update diabetes_regression-publish-model-artifact-template.yml
    
    * Update conda_dependencies.yml
    
    * Update conda_dependencies_scorecopy.yml
    
    * Update conda_dependencies_scoring.yml
    j-so authored May 13, 2021
    Copy the full SHA
    ae60e48 View commit details

Commits on Dec 14, 2021

  1. update documentation (#379)

    Co-authored-by: Jens Humrich <jens.humrich@siemensgamesa.com>
    Katzmann1983 and Jens Humrich authored Dec 14, 2021
    Copy the full SHA
    c321a26 View commit details
  2. Revision of getting started guide up to Batch scoring. Also new diaga…

    …m and fix to ARM template to remove region restrictions. (#387)
    
    Co-authored-by: Joao Pedro Martins <joaopedro.martins@microsoft.com>
    lokijota and Joao Pedro Martins authored Dec 14, 2021
    Copy the full SHA
    fa03633 View commit details
  3. JP aks deployment fix (#388)

    * Change AKS deployment configuration
    
    Deployment config changed from 1CPU/4GB to 0.5CPU/2GB so it fits a AKS created with default parameters
    
    * Update custom_model.md
    
    Co-authored-by: João Pedro Martins <lokijota@users.noreply.github.com>
    JennyPopova and lokijota authored Dec 14, 2021
    Copy the full SHA
    d8e29cc View commit details
  4. Fix evaluate issue (#381)

    * update documentation
    
    * fix evaluate issue
    
    * linting
    
    Co-authored-by: Jens Humrich <jens.humrich@siemensgamesa.com>
    Co-authored-by: João Pedro Martins <lokijota@users.noreply.github.com>
    3 people authored Dec 14, 2021
    Copy the full SHA
    d081fc2 View commit details
  5. Improve readability of exceptions in build pipeline script (#357)

    * Update manage_environment.py
    
    * Update attach_compute.py
    
    * Update attach_compute.py
    
    * Update manage_environment.py
    
    Co-authored-by: João Pedro Martins <lokijota@users.noreply.github.com>
    Inevitable-Marzipan and lokijota authored Dec 14, 2021
    Copy the full SHA
    4b2667e View commit details
  6. Add details on the Batch scoring session of Getting Started (#389)

    * Revision of getting started guide up to Batch scoring. Also new diagam and fix to ARM template to remove region restrictions.
    
    * Detail on Batch scoring for Getting Started and additional debug message in the copy to ease of diagnosing issues
    
    * Tweaked text and added a NOQA for message
    
    Co-authored-by: Joao Pedro Martins <joaopedro.martins@microsoft.com>
    lokijota and Joao Pedro Martins authored Dec 14, 2021
    Copy the full SHA
    4a9a1ff View commit details

Commits on Dec 15, 2021

  1. Clarified/Fixed getting started instructions for WebApp/AppService de…

    …ployment (#390)
    
    * Revision of getting started guide up to Batch scoring. Also new diagam and fix to ARM template to remove region restrictions.
    
    * Detail on Batch scoring for Getting Started and additional debug message in the copy to ease of diagnosing issues
    
    * Tweaked text and added a NOQA for message
    
    * Clarified/Fixed getting started instructions for WebApp/AppService deployment
    
    Co-authored-by: Joao Pedro Martins <joaopedro.martins@microsoft.com>
    lokijota and Joao Pedro Martins authored Dec 15, 2021
    Copy the full SHA
    98a610f View commit details
Loading