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

Introduction to Python


Python is also an open source general-purpose, high-level programming language. This means that it allows you to perform other functions, such as web/mobile/desktop application development along with scientific, mathematical, and statistical programming. Python is very popular among developers and also among the scientific community, such as R for the statistics community. Python is also popular for tasks such as data wrangling or munging, which is loosely the process of manually converting or mapping data from one raw form to another format that allows more convenient consumption of data. For such tasks, the Pandas library in Python is very useful and is used widely. The DataFrame objects comes with the Pandas library and in Azure ML, Microsoft ships this library along with the base Python and other useful libraries, such as NumPy, SciPy, Pandas, IPython, Matplotlib, and so on. If you are already familiar with Python then it's the Anaconda distribution of Python...