Visualizing Data Relationships with Seaborn Pair Plots
Making a Seaborn pair plot is ridiculously easy. I mean, you know, assuming you already know how to do it.
91 articles
Colin Jaffe is a programmer, writer, and teacher with a passion for creative code, customizable computing environments, and simple puns. He loves teaching code, from the fundamentals of algorithmic thinking to the business logic and user flow of application building—he particularly enjoys teaching JavaScript, Python, API design, and front-end frameworks.
Colin has taught code to a diverse group of students since learning to code himself, including young men of color at All-Star Code, elementary school kids at The Coding Space, and marginalized groups at Pursuit. He also works as an instructor for Noble Desktop, where he teaches classes in the Full-Stack Web Development Certificate and the Data Science & AI Certificate.
Colin lives in Brooklyn with his wife, two kids, and many intricate board games.
Making a Seaborn pair plot is ridiculously easy. I mean, you know, assuming you already know how to do it.
We've built our model. Before we actually run it, which we'll do in just a moment, we need to compile it.
Our next step is to use something called a decorator.
Quick note on an error I made in the earlier version of this. I had 'Age' second here instead of, I think, fourth.
For our grand finale, let's reset our titles and prices and loop through all possible pages. So the way we're going to do that is if we...
In section five, we're going to start talking about neural networks. Neural networks are one of the most complex possible models and deal...
So you should be ready now for us to get into the Notebook2 directory and run our app.
What if we wanted to get all the results, not just from the first page as discussed? We have this first page, and we want more.
We've split up our data into X, which are our inputs, our features, and Y, which is our price in thousands. Now that we've got those, we...
Accessing the API. Once we've got our URL set up—and this is not a small amount of work—is that learning an API means learning its...
We have our data, we have a graph in roughly the form we want it, but we want to take that data, take that process we went through, take...
If we take a look at a normal distribution now, again, like the bell curve, we can use a NumPy method to get a normal distribution of...
If you're not familiar with group by, that's how we're going to find out some answers about the chicken bowl, what we all want answers on.
For this next part, I'd like you to get a little practice with loc and iloc. So our task is to get the last three rows and last three...
The next measurement that we might look at is the variance. I alluded to this in a previous video.
Now, we have these columns for high, low, and medium. We want to CONCATENATE them to the end of our data frame so that we can later split...
Let’s give you a little challenge. Take this age group and execute the block as shown.
Let’s take a look at one possible solution to this challenge. We’ll create an input box for entering a percentile, which will return the...
So how do we begin to think about how we can make this change?