logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vnpy安装准备篇一:阿里云配置

准备系统的将vnpy部署在云服务器上,选择阿里云ecs,配置是windows server 2012 r2数据中心版,2cpu 4g内存,40g硬盘空间,1m专有带宽(相当于200m普通带宽,下载速度高于10m每秒,足够个人用户使用)通过https://www.aliyun.com/阿里云网站进行购买,有详细的购买说明,文字较多,请仔细阅读。要点:设置并记录好连接远程服务器的密码和登陆服务...

#阿里云#python
ValueError: the indices for endog and exog are not aligned 解决方案

在运行以下代码时x = data1# service类型数据y = data2X = sm.add_constant(x)result = (sm.OLS(y, X)).fit()print(result.summary)报错:ValueError: the indices for endog and exog are not aligned解决思路:1、...

#python
到底了