腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(20)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
0
回答
openpyxl 如何设置chart图的横轴(x_
axis
)标签对齐方式的旋转?
python
类似于图标中红框内显示的样式。
浏览 734
提问于2020-07-29
2
回答
如何在ipython笔记本中绘制宽度设置?
python
pairs like array_like and array_like where first element is x
axis
and the second is the y
axis
.xlabel : string ylabel : string "ylabel : string
浏览 374
提问于2018-03-14
0
回答
'list' object has no attribute 'argmax'求各位大神解答?
python
、
深度学习
、
图像处理
y_pred,weighted_error=False): # Accuracy print("Average Accuracysrc/metrics.py", line 30, in print_metric cz = pycm.Confus
浏览 362
提问于2022-06-23
0
回答
ggplot2我想要的就是将y轴向右移动,并将它们向左对齐,以将它们包含在条形图中?
element
、
ggplot2
、
size
、
text
、
title
labs(title = "KEGG Pathways Enrichment", y = "Pathways")+
axis
.title.y = element_text(face = "bold",size = 16
浏览 164
提问于2023-02-03
2
回答
如何创建一个空对象?
axis
、
jaxb
、
对象
Axis
2或JAXB是否有一个很好的替代库,创建一个空对象?
浏览 392
提问于2018-01-29
0
回答
ggplot2如何单独设置拟合线条的图例?
ggplot2
panel.grid.minor = element_blank(),panel.background = element_rect(colour = "black",fill = "white",size = 0.2),
axis
.line= element_line(colour = "black",size = 0.2),
axis
.ticks = element_line(size = 0.2)) + theme(legend.position
浏览 284
提问于2020-07-24
2
回答
“ValueError:不能从重复轴重新索引”是什么意思?
axis
、
valueerror
、
索引
我不太明白这ValueError: cannot reindex from a duplicate
axis
是什么意思,这个错误信息是什么意思?sums' in affinity_matrix.index 这是错误: ipdb> affinity_matrix.loc['sums'] = affinity_matrix.sum(
axis
=0) 我试图用一个简单的例子重现这一点,但我失败
浏览 7953
提问于2018-03-07
回答已采纳
2
回答
在ggplot2中如何旋转和放置轴标签?
ggplot2
、
可视化
Dee-Duper",as.character(diamonds$cut))q + opts(
axis
.text.x
浏览 7643
提问于2017-12-13
0
回答
python代码报错KeyError:-1,请问如何解决?
tensorflow
、
python
、
keras
、
audio
、
python-3.6
X_data - mfcc_mean) / (mfcc_std + 1e-14)pred = model.predict(np.expand_dims(X_data,
axis
浏览 368
提问于2024-04-27
0
回答
如何修改R画图 ggscatter 统计出来的数值的大小?
编程算法
FA of Occipital_Mid_L", ylab = "Δ Score of Animal Fluency", col.lab="red", cex.lab=1.5,cex.
axis
浏览 1435
提问于2019-07-27
0
回答
Pandas - 如何找到上一个非NaN的数值?
python
24日最高点开多仓,将止盈设定为收盘价+3*3倍标准差,止损设定为收盘价-3倍标准差 con1 = df['close'] > df['close'].shift(1).rolling(param1,
axis
浏览 322
提问于2020-01-28
0
回答
pdfplumber处理pdf表格具体的参数设置?
python
、
pdf
、
表格
im.show() df_result = df_result.drop(del_cols,
axis
浏览 386
提问于2024-07-11
0
回答
LSTM多输出模型的维度为什么一直不一致?
python
、
data
、
lstm
、
point
、
模型
all_X_test.append(X_test)# 合并所有点的训练数据y_train = np.concatenate(all_y_train,
axis
=0) X_train = np.reshape(X_train, (X_train.shape[0], look_back
浏览 172
提问于2024-09-08
0
回答
TensorFlow:图表已完成,无法修改?
tensorflow
) pred = tf.argmax(y,
axis
cross_entropy = tf.nn.sparse_softmax_cross_entropy_with_logits(logits=y, labels=tf.argmax(y_,
axis
grad_abs=np.abs(grads) variance = np.var(grad_abs, <em
浏览 348
提问于2020-06-25
0
回答
tensorflow2新版本中tf.GradientTape.gradient设置unconnected_gradients为0是报错?
神经网络
、
debug
、
gradient
、
self
、
tensorflow2.0
tf.UnconnectedGradients.ZERO) 635 gb0 = tf.concat(gb0,
axis
浏览 67
提问于2026-04-23
0
回答
在pycharm中使用jupyter进行数据处理及绘图操作时,显示的图像突然丢失了刻度线?
数据处理
、
jupyter
、
matplotlib
、
pycharm
、
搜索
total_k_values += k_values ax.
axis
浏览 156
提问于2024-11-01
0
回答
KeyError:1 python ID3算法?
机器学习
、
神经网络
、
人工智能
、
编程算法
、
决策树
in values: tree[A][vi]=ID3(data[data[A] == vi].drop(A,
axis
浏览 502
提问于2019-10-27
0
回答
ValueError: X has 2 features, but DecisionTreeClassifier is expecting 1 features as input?
data
、
input
、
valueerror
、
程序
、
数据
plt.plot(X_train_1[:, 0][Y_train == 1], X_train_1[:, 1][Y_train == 1], "bs", alpha = alpha) plt.
axis
浏览 582
修改于2023-10-05
0
回答
YoloV3使用anchor数量是否可以自设?
tensorflow
、
神经网络
、
深度学习
.,0]) best_iou = K.max(iou,
axis
=-1)
浏览 4591
提问于2018-10-10
0
回答
fancyimpute安装报错如何解决?
python
cvxpy\atoms copying cvxpy\atoms\
axis
_atom.py3.6\cvxpy\__init__.py build\lib.win-amd64-3.6\cvxpy\atoms\atom.py build\lib.win-amd64-3.6\cvxpy\atoms\
axis
_atom.py3.6\cvxpy\__init__.py build\lib.win-amd64-3.6\cvxp
浏览 743
提问于2019-12-18
领券