Book Image

Python Machine Learning Blueprints: Intuitive data projects you can relate to

By : Alexander T. Combs
Book Image

Python Machine Learning Blueprints: Intuitive data projects you can relate to

By: Alexander T. Combs

Overview of this book

<p>Machine Learning is transforming the way we understand and interact with the world around us. But how much do you really understand it? How confident are you interacting with the tools and models that drive it?</p> <p>Python Machine Learning Blueprints puts your skills and knowledge to the test, guiding you through the development of some awesome machine learning applications and algorithms with real-world examples that demonstrate how to put concepts into practice.</p> <p>You’ll learn how to use cluster techniques to discover bargain air fares, and apply linear regression to find yourself a cheap apartment – and much more. Everything you learn is backed by a real-world example, whether its data manipulation or statistical modelling.</p> <p>That way you’re never left floundering in theory – you’ll be simply collecting and analyzing data in a way that makes a real impact.</p>
Table of Contents (16 chapters)
Python Machine Learning Blueprints
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Sourcing the apartment listing data


In the early 1970s, if you wanted to purchase a stock, you would need to engage a broker who would charge you a fixed commission of nearly 1%. If you wanted to purchase an airline ticket, you would need to contact a travel agent who would earn a commission of around 7%. If you wanted to sell a home, you would contact a real estate agent who would earn a commission of 6%. In 2016, you can do the first two essentially for free. The last one remains as it was in the 1970s.

Why is this the case, and more importantly, what does any of this have to do with machine learning? The reality is, it all comes down to data and who has access to it.

You might assume that you can access troves of real estate listing data quite easily through APIs or by web-scraping real estate websites. You would be wrong. Well, wrong if you intend to follow the terms and conditions of these sites. Real estate data is tightly controlled by the National Association of Realtors (NAR) who...