1.读取 2.数据预处理 3.数据划分—训练集和测试集数据划分 from sklearn.model_selection import train_test_split x_train,x_test, y_train, y_test = train_test_split(data, target, ...
分类:
其他好文 时间:
2020-05-23 00:36:52
阅读次数:
72
1.读取 2.数据预处理 3.数据划分—训练集和测试集数据划分 from sklearn.model_selection import train_test_split x_train,x_test, y_train, y_test = train_test_split(data, target, ...
分类:
其他好文 时间:
2020-05-22 21:42:20
阅读次数:
75
1.读取 2.数据预处理 3.数据划分—训练集和测试集数据划分 from sklearn.model_selection import train_test_split x_train,x_test, y_train, y_test = train_test_split(data, target, ...
分类:
其他好文 时间:
2020-05-22 12:46:48
阅读次数:
55
1: eureka 服务端配置 application.p8761.yml application.p8762.yml 注意:server1 和 server2 都映射到127.0.0.1 。 defaultZone 均写对方都eureka 地址 2: eureka 客户端配置 此时 高可用配置完成 ...
分类:
编程语言 时间:
2020-05-22 00:01:54
阅读次数:
57
1. 新建 cloud-consumer-feign-order80 2. pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="htt ...
分类:
其他好文 时间:
2020-05-21 13:18:38
阅读次数:
47
1.读取 源代码: #读取文件 file_path=r'D:\PycharmProjects\201706120186罗奕涛\data\SMSSpamCollection' sms=open(file_path,'r',encoding='utf-8') sms_data=[] sms_label= ...
分类:
其他好文 时间:
2020-05-21 12:04:35
阅读次数:
61
1.读取 2.数据预处理 3.数据划分—训练集和测试集数据划分 from sklearn.model_selection import train_test_split x_train,x_test, y_train, y_test = train_test_split(data, target, ...
分类:
其他好文 时间:
2020-05-21 09:55:55
阅读次数:
60
import {Provider} from 'react-redux' import {Router, hashHistory, Route, IndexRoute, Switch} from 'react-router'; import store from 'redux/store.js'; ...
分类:
其他好文 时间:
2020-05-20 12:47:02
阅读次数:
43
houdini18.0.416 install on CentOS8/Linux 一、环境: OS = CentOS-8.1.1911-x86_64-dvd1.iso houdini = houdini-18.0.416-linux_x86_64_gcc6.3.tar.gz 二、必要准备: 1、配置 ...
分类:
系统相关 时间:
2020-05-19 09:14:03
阅读次数:
205
游标主要是用于循环遍历 alter TRIGGER [dbo].[z_area_service_provider]ON [dbo].[z_area]AFTER UPDATEASdeclare @id varchar(50)declare @update_name varchar(255)declar ...
分类:
数据库 时间:
2020-05-18 22:44:14
阅读次数:
87