摘要: 一、多个分布画在一张图上,alpha表示透明度 import numpy as np import matplotlib.pyplot as plt plt.hist(text_readability['readability'], bins=50, alpha = 0.5, label='read 阅读全文
posted @ 2022-07-06 14:20 1container 阅读(179) 评论(0) 推荐(0)
摘要: 用谷歌浏览器打开jupyter的方法 - 编程语言 - 亿速云 (yisu.com) 阅读全文
posted @ 2022-07-03 11:45 1container 阅读(109) 评论(0) 推荐(0)
摘要: 解决: cd/Anaconda3\Lib\site-packages 【you may need to restart the kernel to use updated packages】_路灯下的小飞侠的博客-CSDN博客 pdf获取目录(在目录完备的情况) doc = fitz.open(pa 阅读全文
posted @ 2022-06-29 21:58 1container 阅读(3320) 评论(0) 推荐(0)
摘要: T检验临界值表的.pdf-原创力文档 (book118.com) 但双侧: t检验(t-test)临界值表 - 豆丁网 (docin.com) ... 阅读全文
posted @ 2022-05-08 16:30 1container 阅读(4413) 评论(0) 推荐(0)
摘要: import tensorflow as tf # 显示几块gpu可用 print ("Num GPUs Available:", len(tf.config.list_physical_devices("GPU"))) Num GPUs Available: 1 # 查看是否有GPU gpu_de 阅读全文
posted @ 2022-04-30 09:56 1container 阅读(265) 评论(0) 推荐(0)