1.5.6 机器学习模型
1. 数据准备
(1)导入sklearn 库中的两个模块,用于创建机器学习模型。
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import MinMaxScaler
1. 数据准备
(1)导入sklearn 库中的两个模块,用于创建机器学习模型。
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import MinMaxScaler