Dimensionality Reduction in Python
Jeroen Boeye
Head of Machine Learning, Faktion


insurance_df.drop('favorite color', axis=1)
sns.pairplot(ansur_df, hue="gender", diag_kind='hist')

sns.pairplot(ansur_df, hue="gender", diag_kind='hist')

sns.pairplot(ansur_df, hue="gender", diag_kind='hist')






Dimensionality Reduction in Python