- 博客(2)
- 收藏
- 关注
原创 sklearn.model_selection.train_test_split
sklearn.model_selection.train_test_split(*arrays, test_size=None, train_size=None, random_state=None, shuffle=True, stratify=None) 其实该函数作用很简单,就是把现有的数据拆分成训练集和测试集。 *arrays通常包含两个列表 用例(来自官方文档): >>> import numpy as np >>> from sklearn.model_
2021-07-08 11:37:15 169
原创 2021-07-08
keras.models.load_model(path) 用到这个函数的时候会显示如下红色字体 2021-07-08 10:30:40.633573: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in
2021-07-08 10:47:12 2245
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人