GithubHelp home page GithubHelp logo

iris's Introduction

Classifying Iris

cover

This is a companion sample project of the Iris tutorial that you can find from the main GitHub documentation site. Using the timeless Iris flower dataset, it walks you through the basics.

Enjoy!

Quick CLI references

If you want to try quickly from the command line window launched from the File menu:

Kick-off many local runs to observe the metrics emitted by each run in a graph.

# Only needed if you don't have matplotlib installed
$ pip install matplotlib

# kick off many local runs sequentially
$ python run.py

Run iris_sklearn.py in local environment.

$ az ml experiment submit -c local iris_sklearn.py

Run iris_sklearn.py in a local Docker container.

$ az ml experiment submit -c docker-python iris_sklearn.py

Run iris_pyspark.py in a local Docker container.

$ az ml experiment submit -c docker-spark iris_pyspark.py

Create myvm.compute file to point to a remote VM

$ az ml computetarget attach --name <myvm> --address <ip address or FQDN> --username <username> --password <pwd>

Run iris_pyspark.py in a Docker container (with Spark) in a remote VM:

$ az ml experiment submit -c myvm iris_pyspark.py

Create myhdi.compute to point to an HDI cluster

$ az ml computetarget attach --name <myhdi> --address <ip address or FQDN of the head node> --username <username> --password <pwd> --cluster

Run it in a remote HDInsight cluster:

$ az ml experiment submit -c myhdi iris_pyspark.py

iris's People

Contributors

hning86 avatar rlagh2 avatar vizhur avatar

Watchers

 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.