Code Monkey home page Code Monkey logo

papermill_execution_azureml's Introduction

Goal

The goal of this repository is to show how one can use the papermill module to run notebooks with AzureML-SDK.

Using this repository

There are two main notebooks used:

  • simple-pm-run.ipynb shows how to run a notebook using papermill in a variety of computes using the Experiment.submit() method.
  • simple-pm-run-as-pipeline.ipynb shows how to run a notebook using papermill in the context of a PythonScriptStep inside of a AzureML Pipeline, and how that differs. It still submits the pipeline using the Experiment.submit() method, but the construction of the pipeline has impacts on whether the submit gets updated.

Requirements

The notebooks require that azureml-sdk is installed in the kernel environment. The notebook goes through a few examples of how you can run a template script that runs notebooks.

Workload

In the case of this example, simple-pm-run.ipynb will submit the papermill_run_notebook.py script in the ./projectDir directory, which will, in turn, execute the hello_world.ipynb notebook (also in the ./projectDir directory).

This entry script (papermill_run_notebook.py) is intended as a simplified version of the one used in the Microsoft/Recommenders repository so that I can show effects of parameters such as hash_paths in PythonScriptStep() and regenerate_outputs in Experiment.submit(). See simple-pm-run-as-pipeline.ipynb for details.

papermill_execution_azureml's People

Contributors

jreynolds01 avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.