【天池新人赛-工业蒸汽量预测】5.另一份值得学习的代码参考

import warnings
warnings.filterwarnings("ignore")
import matplotlib.pyplot as plt
plt.rcParams.update({
   
     'figure.max_open_warning': 0})
import seaborn as sns

# modelling

你可能感兴趣的:(数据分析竞赛总结,数据分析)