Replies: 2 comments
-
# 从VDataFrame转成FedNdarray格式
vdf_x = read_csv(file_uris_x).values
|
Beta Was this translation helpful? Give feedback.
0 replies
-
感觉反馈,我们会再完善一下文档
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
问题1. 尝试写LR的案例,发现HESSLogisticRegression的数据输入只支持VDataFrame,于是仿照XGBOOST写了输入数据vdf_x和vdf_y。
dermatology_alice.csv取了数据的前10列,dermatology_bob.csv取了数据的第11到34列。
fit时出现如下错误:
'Partition' object has no attribute 'shape'
想问一下是我的vdf_x和vdf_y配置错误引起的,还是其它的问题
问题2. 希望解释下HUE及其参数config,或者可以在哪里获取其详细解释
感激不尽!!
Beta Was this translation helpful? Give feedback.
All reactions