FATE icon indicating copy to clipboard operation
FATE copied to clipboard

An Industrial Grade Federated Learning Framework

Results 385 FATE issues
Sort by recently updated
recently updated
newest added

通过fate跑xgb算法,树的棵树为100颗,但是当tol较小时,会提前终止建模,可能只有50颗树,如何避免提前终止呢?除了将tol设置极小,有什么开关参数吗?

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

源码中的security_level参与block_num计算,block_num是跟数据不可区分度有关吗? 还是分块后能加速查询速度。

三方建模,配置只打通了guest和两个host之间的连接(parties.conf),host之间没有连接,使用breast数据集可以跑通。但是用大数据集60万样本,跑了10分钟任务挂掉了,没有报错日志输出。如果将host之间也连接的话,大数据量可以跑通,这是为什么呢?

相关文件夹是存在的且可以用算法读取成功。只是联邦学习之后会失败,想请问一下具体什么原因呢? 似乎read_0是可以读取到数据集的,但是Hetero_0组件好像读取数据集失败了。 具体错误为: FileNotFoundError: [Errno 2] No such file or directory: './examples/data/mnist_host' 同时,如果我们改为运行homo_nn,数据集选择mnist文件夹,host方错误信息仍为这个,是不是数据集绑定有问题呢

不同版本之间,fate支持联合建模吗?比如1.7和1.8之间可以吗?

## 版本与部署环境 fate on spark v1.11.2 ## 错误截图 ![image](https://github.com/FederatedAI/FATE/assets/38055163/21581664-da83-4383-a99d-13ce8536be49) ## 复现方式 (venv) ``flow test toy -gid 10000 -hid 10000`` ## 其他信息 ### SPARK 任务提交脚本 在日志中找到了提交脚本 `` /home/wby/jydata/local/spark-3.1.2/bin/spark-submit --name=202405131701189946420_secure_add_example_0#guest --num-executors=2 --executor-cores=1...

使用pir组建的时候报这个错误: `"Traceback (most recent call last):\n File \"/data/projects/fate/fateflow/python/fate_flow/scheduler/dag_scheduler.py\", line 144, in submit\n raise Exception(\"create job failed\", response)\nException: ('create job failed', {'host': {9999: {'retcode': 100, 'retmsg': 'ValueError(\"component secure_information_retrieval_0, module SecureInformationRetrieval\\'s provider...

您好:我发现有些算子参数是dict类型的,但没有说明具体的填充值是哪些?应该填什么值? 就好比“hetero_nn”中的“runner_conf”参数,请问有具体的说明文档吗?

下面的这个链接是1.6版本的文档吧? https://fate.readthedocs.io/en/develop-1.6/_build_temp/python/fate_flow/doc/fate_flow_http_api.html 有更高版本的文档链接吗?