https://avatars.githubusercontent.com/u/103393591

关于手写数字识别的特征工程

只给出个人完成的代码部分与一些简单的结果和说明 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 from sklearn.decomposition import PCA from sklearn.ensemble import RandomForestClassifier as RFC from sklearn.neighbors import KNeighborsClassifier as KNN from sklearn.model_selection import cross_val_score from sklearn import datasets, decomposition,manifold import matplotlib.pyplot as plt import pandas as

在seleniumwire中解决Not Secure问题

解决上一篇文章的一些问题 解决方法: https://github.com/wkeeling/selenium-wire/issues/622 下载证书 https://github.com/wkeeling/selenium-wire/raw/master/seleniumwire/ca.crt 将该 ca.crt 添加到受信任的证书中 google浏览器打开chrome://settings/secur

解决selenium爬虫加密代理问题(含socks5等一切代理)

前言 爬虫过程中出现了cloudflare的高风险质询验证阻拦或者recaptcha的阻拦,想要破除验证要么使用干净的代理保证低风险爬虫,要么