2019年11月4日

python问题 SyntaxError: invalid syntax【已解决】

摘要: 问题描述: 解决方案:升级xlrd pip install --upgrade xlrd 阅读全文

posted @ 2019-11-04 16:06 htzhao888 阅读(1836) 评论(0) 推荐(0)

2019年9月14日

This application failed to start because it could not find or load the Qt platform plugin "windows"

摘要: Available platform plugins are: minimal, offscreen, windows, webgl. 阅读全文

posted @ 2019-09-14 17:14 htzhao888 阅读(558) 评论(1) 推荐(0)

could not find a version that satisfies the requirement pandas.Timestamp'

摘要: 【解决方法1-没用】升级pip 【解决方法2-】直接用 阅读全文

posted @ 2019-09-14 12:27 htzhao888 阅读(519) 评论(0) 推荐(0)

Tracebace(most recent call last) 异常处理

摘要: 升级pip时出现错误 【解决方法】python -m install -U --force-reinstall pip 阅读全文

posted @ 2019-09-14 00:35 htzhao888 阅读(639) 评论(0) 推荐(0)

2019年5月2日

瑞士卷聚类-kmeans

摘要: 瑞士卷聚类 from mpl_toolkits.mplot3d import Axes3D from sklearn.cluster import KMeans from sklearn import manifold, datasets import matplotlib.pyplot as pl 阅读全文

posted @ 2019-05-02 12:14 htzhao888 阅读(749) 评论(0) 推荐(0)

2019年3月14日

jump game 55/45

摘要: 题目描述Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your m 阅读全文

posted @ 2019-03-14 11:18 htzhao888 阅读(178) 评论(0) 推荐(0)

2019年3月7日

832. Flipping an Image (python)

摘要: Given a binary matrix A, we want to flip the image horizontally, then invert it, and return the resulting image. To flip an image horizontally means t 阅读全文

posted @ 2019-03-07 01:33 htzhao888 阅读(165) 评论(0) 推荐(0)

2019年1月31日

TensorFlow篇之TensorEditor 使用

摘要: 1) 登录需要一个 invitation code,申请完等邮件吧,大概要3-5个小时; 2)界面 3)配置数据集,在右边列设置 阅读全文

posted @ 2019-01-31 14:29 htzhao888 阅读(523) 评论(1) 推荐(0)

2019年1月29日

回测框架的搭建

摘要: 主要是通过学习QUANTAXIS搭建回测框架: http://book.yutiansut.com 基本按照流程走,但是有很多细节需要注意: 1, 阅读全文

posted @ 2019-01-29 16:28 htzhao888 阅读(466) 评论(0) 推荐(0)

导航