Visualize Iris Data with Seaborn and Matplotlib | Visualisation - P6

preview_player
Показать описание
Visualize Iris Data with Seaborn and Matplotlib | Visualisation - P6

Visualize Iris Dataset with Seaborn and Matplotlib

Topics to be Covered -
1. Seaborn lmplot for plotting linear regression.
2. Generate a residual plot.
3. Generate a Scatter plot.
4. Plot a linear regression between the variables of iris dataset by specifing the hue.
5. Plot a linear regression between the variables of iris dataset grouped by row-wise.
6. Make a striplot of SL, SW and PL, PW grouped by Species.
7. Generate a swarmplot.
8. Generate a Violin plot
9. Generate a joint plot
10. Pairwise joint Distribution
11. Pairwise joint Distribution grouped by Species
12. Heatmap
13. Boxplot
14. kdeplot
15. Andrews Curve
16. Radviz.

import pandas as pd
import seaborn as sns

1. Seaborn lmplot for plotting linear regression.

2. Generate a residual plot.

3. Generate a Scatter plot.

4. Plot a linear regression between the variables of iris dataset by specifing the hue.

5. Plot a linear regression between the variables of iris dataset grouped by row-wise.

6. Make a striplot of SL, SW and PL, PW grouped by Species.

7. Generate a swarmplot.

8. Generate a Violin plot

9. Generate a joint plot

10. Pairwise joint Distribution

11. Pairwise joint Distribution grouped by Species

All Playlist of this youtube channel
====================================

1. Data Preprocessing in Machine Learning

2. Confusion Matrix in Machine Learning, ML, AI

3. Anaconda, Python Installation, Spyder, Jupyter Notebook, PyCharm, Graphviz

4. Cross Validation, Sampling, train test split in Machine Learning

5. Drop and Delete Operations in Python Pandas

6. Matrices and Vectors with python

7. Detect Outliers in Machine Learning

8. TimeSeries preprocessing in Machine Learning

9. Handling Missing Values in Machine Learning

10. Dummy Encoding Encoding in Machine Learning

11. Data Visualisation with Python, Seaborn, Matplotlib

12. Feature Scaling in Machine Learning

13. Python 3 basics for Beginner

14. Statistics with Python

15. Sklearn Scikit Learn Machine Learning

16. Python Pandas Dataframe Operations

17. Linear Regression, Supervised Machine Learning
Рекомендации по теме
Комментарии
Автор

Sir in Jupyter iam getting Module Error like " no module for pandas.tools" so andrews curve as well as radviz curve didnt executed

chanukyachanu
Автор

in any of your video, no use is mentioned

_ekcup_chai
Автор

Please put the source code for all lessons in guthub. This will help the learners

MrDas