1. 学习
  2. /
  3. 课程
  4. /
  5. Dimensionality Reduction in Python

Connected

练习

Visually detecting redundant features

Data visualization is a crucial step in any data exploration. Let's use Seaborn to explore some samples of the US Army ANSUR body measurement dataset.

Two data samples have been pre-loaded as ansur_df_1 and ansur_df_2.

Seaborn has been imported as sns.

说明 1 / 共 4 个

undefined XP
    1
    2
    3
    4
  • Create a pairplot of the ansur_df_1 data sample and color the points using the 'Gender' feature.