Book Image

Microsoft Azure Machine Learning

By : Sumit Mund, Christina Storm
Book Image

Microsoft Azure Machine Learning

By: Sumit Mund, Christina Storm

Overview of this book

Table of Contents (21 chapters)
Microsoft Azure Machine Learning
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Extending experiments using the Python language


You can extend your experiment with the Python script through the module called Execute Python Script. You can explore more about this module with an illustration of processing a time series dataset. ML Studio comes with a sample dataset called Time Series Dataset and this is a very simple time series dataset with two columns, where one represents time as an integer and the other shows the values as integers.

This illustration involves coding in Python and later coding in R, where the objective is to demonstrate how the integration of code works. Though there will be some explanation of code through embedded comments, it may not be with every detail, as it is beyond the scope of this book. If you are new to coding, then just follow the instructions to get the desired output and understand the integration.

Understanding the Execute Python Script module

To integrate Python code with ML Studio, you should use the Execute Python Script module, which...