Book Image

Data Mining with Python: Implementing Classification and Regression

By : Saimadhu Polamuri
Book Image

Data Mining with Python: Implementing Classification and Regression

By: Saimadhu Polamuri

Overview of this book

<p>Python is a dynamic programming language used in a wide range of domains by programmers who find it simple yet powerful. In today’s world, everyone wants to gain insights from the deluge of data coming their way. Data mining provides a way of finding these insights, and Python is one of the most popular languages for data mining, providing both power and flexibility in analysis. Python has become the language of choice for data scientists for data analysis, visualization, and machine learning.</p> <p>In this course, you will discover the key concepts of data mining and learn how to apply different data mining techniques to find the valuable insights hidden in real-world data. You will also tackle some notorious data mining problems to get a concrete understanding of these techniques.</p> <p>We begin by introducing you to the important data mining concepts and the Python libraries used for data mining. You will understand the process of cleaning data and the steps involved in filtering out noise and ensuring that the data available can be used for accurate analysis. You will also build your&nbsp;first intelligent application that makes predictions from data. Then you will learn about the classification and regression techniques such as logistic regression, k-NN classifier, and SVM, and implement them in real-world scenarios such as predicting house prices and the number of TV show viewers.</p> <p>By the end of this course, you will be able to apply the concepts of classification and regression using Python and implement them in a real-world setting.</p>
Table of Contents (5 chapters)
Chapter 2
Setting Up the Data Mining Python Packages Environment
Content Locked
Section 6
Installing Matplotlib
In the space of data science, visualization plays a key role as the results obtained after applying different data mining algorithms have to be visualized to understand them. And visualization of data gives a clear picture about the data we are working on. So let’s take a look at the Python visualization library. - Learn about the matplotlib library - Execute the Matplotlib installation commands - Generate a line plot and histogram using matplotlib