Thanks to visit codestin.com
Credit goes to github.com

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: 199259
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
  • 13 commits
  • 23 files changed
  • 9 contributors

Commits on Dec 9, 2020

  1. Update docs (#339)

    * Update getting_started.md
    
    * Update custom_model.md
    j-so authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    31512d3 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    aba8aef View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    771c8ef View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    2f905b2 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    2892680 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    ae60e48 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. update documentation (#379)

    Co-authored-by: Jens Humrich <[email protected]>
    Katzmann1983 and Jens Humrich authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c321a26 View commit details
    Browse the repository at this point in the history
  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 <[email protected]>
    lokijota and Joao Pedro Martins authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    fa03633 View commit details
    Browse the repository at this point in the history
  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 <[email protected]>
    JennyPopova and lokijota authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    d8e29cc View commit details
    Browse the repository at this point in the history
  4. Fix evaluate issue (#381)

    * update documentation
    
    * fix evaluate issue
    
    * linting
    
    Co-authored-by: Jens Humrich <[email protected]>
    Co-authored-by: João Pedro Martins <[email protected]>
    3 people authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    d081fc2 View commit details
    Browse the repository at this point in the history
  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 <[email protected]>
    Inevitable-Marzipan and lokijota authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    4b2667e View commit details
    Browse the repository at this point in the history
  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 <[email protected]>
    lokijota and Joao Pedro Martins authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    4a9a1ff View commit details
    Browse the repository at this point in the history

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 <[email protected]>
    lokijota and Joao Pedro Martins authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    98a610f View commit details
    Browse the repository at this point in the history
Loading