Код: Выделить всё
import seaborn as sns
import matplotlib.pyplot as plt
sns.pairplot(df_train[cols], height=2.5)
plt.show()
Код: Выделить всё
C:\Users\jpino\anaconda3\Lib\site-packages\seaborn_oldcore.py:1119: FutureWarning: use_inf_as_na option is deprecated and will be removed in a future version. Convert inf values to NaN before operating instead.
with pd.option_context('mode.use_inf_as_na', True):
Подробнее здесь: https://stackoverflow.com/questions/786 ... in-seaborn