▍1. 0_feature_standar_rf
利用Python实现特征的MinMax标准化和Z-Score标准化两种特征归一化方法。并用原特征、两种归一化特征分别进行模型训练,比较模型性能。(Two normalization methods of MinMax normalization and Z-Score standardization are implemented by Python. The model is trained by the original feature and two normalization features respectively, and the performance of the model is compared.)