wjx-2005-07-01  

2024年1月29日

摘要: 数据预处理 一、特征的离散化 1.1、使用NumPy中的digitize()函数离散化 """ 使用NumPy中的digitize()函数离散化 """ #创建10个标准正态分布的随机数用于实验 import numpy as np np.random.seed(1) x = np.random.r 阅读全文
posted @ 2024-01-29 21:41 星辰与Python 阅读(3) 评论(0) 推荐(0) 编辑
 
摘要: 古诗文网模拟登陆(含验证码识别) 一、 首先我们需要进如未登录页面(https://so.gushiwen.cn/user/login.aspx?from=http://so.gushiwen.cn/user/collect.aspx) url = 'https://so.gushiwen.cn/u 阅读全文
posted @ 2024-01-29 12:16 星辰与Python 阅读(54) 评论(1) 推荐(0) 编辑