标签:散点图 engine result otl ring air strip 特征 imp
一、数据读取Load Data
二、数据分析EDA
三、特征工程Feature engineering
四、modeling
五、Tuning
六、Result
------------------------------------------------
一、数据读取Load Data
二、数据分析EDA
import matplotlib.pyplot as plt
import seaborn as sns
sns.stripplot() 分类散点图
sns.distplot() 直方图
sns.barplot() 条形图
sns.pairplot() 散点图矩阵
三、特征工程Feature engineering
四、modeling
五、Tuning
六、Result
标签:散点图 engine result otl ring air strip 特征 imp
原文地址:https://www.cnblogs.com/ironan-liu/p/11666304.html