logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting

1.错误信息:Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)或者:Error response from

#http#docker#容器
Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting

1.错误信息:Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)或者:Error response from

#http#docker#容器
Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting

1.错误信息:Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)或者:Error response from

#http#docker#容器
Python将多维数组转换为一维

Python将二维数组/多维数组转换为一维分类专栏:Python文章标签:二维数组转一维Python将二维数组/多维数组转换为一维方法1:flatten方法2:reshape+concatenate方法3:sum()方法4:列表推导式方法5:operator方法6:itertools方法1:flattenimport numpy as npmulArrays = [[1,2,3],[4,5,6],

#python#数据挖掘
Kmeans聚类中常用的k值寻找方法-手肘法-轮廓系数法

       最近做了一个数据挖掘的项目,挖掘过程中用到了K-means聚类方法,但是由于根据行业经验确定的聚类数过多并且并不一定是我们获取到数据的真实聚类数,所以,我们希望能从数据自身出发去确定真实的聚类数,也就是对数据而言的最佳聚类数。为此,我查阅了大量资料和博客资源,总结出主流的确定聚类数k的方法有以下两类。1.手肘法1.1 理论手

#机器学习#聚类
到底了