-
-
0
-
1tkinter满足不了我,最近开始学qt了
-
4
-
1
-
1
-
4
-
2
-
0
-
16可以在群里交流python问题 欢迎萌新大佬加入 私我加入
-
0万万没想到学会爬虫的第一件事就是拿来爬黄片……
-
1
-
12
-
0
-
7
-
4
-
7
-
0
-
1
-
2
-
15
-
1forest = ExtraTreesClassifier(n_estimators=250, random_state=0) forest.fit(X, y) # 获得重要性 importances = forest.feature_importances_ # 计算标准差 std = np.std([lbk]tree.feature_importances_ for tree in forest.estimators_[rbk], axis=0) indices = np.argsort(importances)[lbk]::-1[rbk] # Print the feature ranking # 获得特征排名结果 print("Feature ranking:") for f in range(X.shape[lbk]1[rbk]): print("%d. feature %d (%f)" % (f + 1, indices[lbk]f[rbk], importances[lbk]indices[lbk]f[rbk][rbk])) # Plot the impurity-based feature importances of the forest # 画
-
14
-
3
-
36今天在网吧看到一个妹妹很可爱,走近一看竟然在写代码,我大喜过望,想和她一起写,就坐了过去,妹妹人也特别好,一直和我在聊天,讨论各种英雄的特点。然后她突然要和我一起写代码,我才发现这个妹妹写的都是Rust、Haskell、Lisp这种高端语言,我看着我的js冷汗直冒,一直不敢新建项目。妹妹看到我的窘迫很温柔地问我是不是写的C,没关系的,语法简单但是上限也不低,写C的程序员都很懂计算机系统和结构。我一听更不敢说话了,妹妹看我
-
12
-
5
-
7
-
2运行这条语句的时候老报这个错误,ValueError: mutable default <class 'list'> for field _INCLUDED_INFO_IN_YAML is not allowed: use default_factory
-
1
-
6
-
10
-
11
-
1
-
0在 hocur.com 上加上背景音乐
-
21
-
3
-
2
-
1
-
33想问下大佬们,RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument mat1 in method wrapper_addmm) 这种设备不一致的报错该怎么搞呀,上网搜了好久都没解决,只知道是要找出哪些变量和计算在CPU上然后.to(device)到GPU上,但是我不知道怎么找,试过断点一步步运行了也找不到哪些张量是在cpu上的代码是GitHub上找的代码
-
2小白选这个课题难度大吗
-
7爬取网页的时候,url是正确的,但是返回的页面不是我在浏览器所打开的页面,这是为什么呀
-
12
-
13大佬们有没有马哥教育的全栈python资源
-
4
-
10有没有老哥教一下,实在不知道该从哪方面入手。要达到训练出二分类模型求准确率、F1、auc指标的程度。应该看哪些视频课程。最好是能速学的🙏🙏🙏
-
3