LICENSE
README.md
pyproject.toml
setup.py
python/fate/__init__.py
python/fate/_info.py
python/fate/arch/__init__.py
python/fate/arch/_standalone.py
python/fate/arch/computing/__init__.py
python/fate/arch/computing/_address.py
python/fate/arch/computing/_computing.py
python/fate/arch/computing/_profile.py
python/fate/arch/computing/_type.py
python/fate/arch/computing/eggroll/__init__.py
python/fate/arch/computing/eggroll/_csession.py
python/fate/arch/computing/eggroll/_table.py
python/fate/arch/computing/eggroll/_type.py
python/fate/arch/computing/spark/__init__.py
python/fate/arch/computing/spark/_csession.py
python/fate/arch/computing/spark/_materialize.py
python/fate/arch/computing/spark/_table.py
python/fate/arch/computing/standalone/__init__.py
python/fate/arch/computing/standalone/_csession.py
python/fate/arch/computing/standalone/_table.py
python/fate/arch/computing/standalone/_type.py
python/fate/arch/context/__init__.py
python/fate/arch/context/_cipher.py
python/fate/arch/context/_context.py
python/fate/arch/context/_federation.py
python/fate/arch/context/_metrics.py
python/fate/arch/context/_mlmd.py
python/fate/arch/context/_namespace.py
python/fate/arch/context/io/__init__.py
python/fate/arch/context/io/kit.py
python/fate/arch/context/io/data/__init__.py
python/fate/arch/context/io/data/csv.py
python/fate/arch/context/io/data/dataframe.py
python/fate/arch/context/io/data/df.py
python/fate/arch/context/io/data/eggroll.py
python/fate/arch/context/io/data/file.py
python/fate/arch/context/io/metric/__init__.py
python/fate/arch/context/io/metric/file.py
python/fate/arch/context/io/metric/http.py
python/fate/arch/context/io/model/__init__.py
python/fate/arch/context/io/model/file.py
python/fate/arch/context/io/model/http.py
python/fate/arch/context/metric/__init__.py
python/fate/arch/context/metric/_handler.py
python/fate/arch/context/metric/_incomplte_metrics.py
python/fate/arch/context/metric/_metric.py
python/fate/arch/context/metric/_metrics.py
python/fate/arch/context/metric/_type.py
python/fate/arch/context/metric/_wrap.py
python/fate/arch/dataframe/__init__.py
python/fate/arch/dataframe/_dataframe.py
python/fate/arch/dataframe/_frame_reader.py
python/fate/arch/dataframe/io/__init__.py
python/fate/arch/dataframe/io/_json_schema.py
python/fate/arch/dataframe/io/_json_serialization.py
python/fate/arch/dataframe/ops/__init__.py
python/fate/arch/dataframe/ops/_arithmetic.py
python/fate/arch/dataframe/ops/_predict_result_transformaton.py
python/fate/arch/dataframe/ops/_stat.py
python/fate/arch/dataframe/storage/__init__.py
python/fate/arch/dataframe/storage/_index.py
python/fate/arch/dataframe/storage/_value_store.py
python/fate/arch/dataframe/utils/__init__.py
python/fate/arch/dataframe/utils/_dataloader.py
python/fate/arch/federation/__init__.py
python/fate/arch/federation/_datastream.py
python/fate/arch/federation/_federation.py
python/fate/arch/federation/_gc.py
python/fate/arch/federation/_nretry.py
python/fate/arch/federation/_parties.py
python/fate/arch/federation/_type.py
python/fate/arch/federation/eggroll/__init__.py
python/fate/arch/federation/eggroll/_federation.py
python/fate/arch/federation/osx/__init__.py
python/fate/arch/federation/osx/_federation.py
python/fate/arch/federation/osx/_mq_channel.py
python/fate/arch/federation/osx/osx_pb2.py
python/fate/arch/federation/osx/osx_pb2_grpc.py
python/fate/arch/federation/pulsar/__init__.py
python/fate/arch/federation/pulsar/_federation.py
python/fate/arch/federation/pulsar/_mq_channel.py
python/fate/arch/federation/pulsar/_pulsar_manager.py
python/fate/arch/federation/rabbitmq/__init__.py
python/fate/arch/federation/rabbitmq/_federation.py
python/fate/arch/federation/rabbitmq/_mq_channel.py
python/fate/arch/federation/rabbitmq/_rabbit_manager.py
python/fate/arch/federation/standalone/__init__.py
python/fate/arch/federation/standalone/_federation.py
python/fate/arch/tensor/__init__.py
python/fate/arch/tensor/_exception.py
python/fate/arch/tensor/_generate.py
python/fate/arch/tensor/_phe.py
python/fate/arch/tensor/_tensor.py
python/fate/arch/tensor/ops/__init__.py
python/fate/arch/tensor/ops/_agg_ops.py
python/fate/arch/tensor/ops/_binary_ops.py
python/fate/arch/tensor/ops/_matmul_ops.py
python/fate/arch/tensor/ops/_ops.py
python/fate/arch/tensor/ops/_slice_ops.py
python/fate/arch/tensor/ops/_unary_ops.py
python/fate/arch/tensor/storage/__init__.py
python/fate/arch/tensor/storage/_helper.py
python/fate/arch/tensor/storage/_ops.py
python/fate/arch/tensor/storage/distributed/__init__.py
python/fate/arch/tensor/storage/distributed/agg.py
python/fate/arch/tensor/storage/local/__init__.py
python/fate/arch/tensor/storage/local/_types.py
python/fate/arch/tensor/storage/local/device/__init__.py
python/fate/arch/tensor/storage/local/device/cpu/__init__.py
python/fate/arch/tensor/storage/local/device/cpu/_base.py
python/fate/arch/tensor/storage/local/device/cpu/_metaclass.py
python/fate/arch/tensor/storage/local/device/cpu/_ops.py
python/fate/arch/tensor/storage/local/device/cpu/cpu_paillier_block.py
python/fate/arch/tensor/storage/local/device/cpu/multithread_cpu_paillier_block.py
python/fate/arch/tensor/storage/local/device/cpu/paillier.py
python/fate/arch/tensor/storage/local/device/cpu/plain.py
python/fate/arch/tensor/storage/local/device/cpu/plain_custom.py
python/fate/arch/tensor/types/__init__.py
python/fate/arch/tensor/types/_dstorage.py
python/fate/arch/tensor/types/_dtype.py
python/fate/arch/tensor/types/_lstorage.py
python/fate/arch/tensor/types/_shape.py
python/fate/arch/unify/__init__.py
python/fate/arch/unify/_infra_def.py
python/fate/arch/unify/_io.py
python/fate/arch/unify/_uuid.py
python/fate/components/__init__.py
python/fate/components/__main__.py
python/fate/components/cpn.py
python/fate/components/components/__init__.py
python/fate/components/components/evaluation.py
python/fate/components/components/feature_scale.py
python/fate/components/components/hetero_lr.py
python/fate/components/components/intersection.py
python/fate/components/components/reader.py
python/fate/components/entrypoint/__init__.py
python/fate/components/entrypoint/clean_cli.py
python/fate/components/entrypoint/component.py
python/fate/components/entrypoint/component_cli.py
python/fate/components/loader/__init__.py
python/fate/components/loader/artifact.py
python/fate/components/loader/component.py
python/fate/components/loader/computing.py
python/fate/components/loader/device.py
python/fate/components/loader/federation.py
python/fate/components/loader/metric.py
python/fate/components/loader/model.py
python/fate/components/loader/other.py
python/fate/components/loader/output.py
python/fate/components/loader/mlmd/__init__.py
python/fate/components/loader/mlmd/flow.py
python/fate/components/loader/mlmd/noop.py
python/fate/components/loader/mlmd/pipeline.py
python/fate/components/loader/mlmd/protocol.py
python/fate/components/params/__init__.py
python/fate/components/spec/__init__.py
python/fate/components/spec/artifact.py
python/fate/components/spec/component.py
python/fate/components/spec/computing.py
python/fate/components/spec/device.py
python/fate/components/spec/federation.py
python/fate/components/spec/logger.py
python/fate/components/spec/mlmd.py
python/fate/components/spec/model.py
python/fate/components/spec/output.py
python/fate/components/spec/task.py
python/fate/interface/__init__.py
python/fate/interface/_cipher.py
python/fate/interface/_computing.py
python/fate/interface/_consts.py
python/fate/interface/_context.py
python/fate/interface/_data_io.py
python/fate/interface/_federation.py
python/fate/interface/_gc.py
python/fate/interface/_metric.py
python/fate/interface/_party.py
python/fate/interface/_tensor.py
python/fate/ml/__init__.py
python/fate/ml/abc/__init__.py
python/fate/ml/abc/module.py
python/fate/ml/evaluation/__init__.py
python/fate/ml/evaluation/evaluation.py
python/fate/ml/feature_scale/__init__.py
python/fate/ml/feature_scale/feature_scale.py
python/fate/ml/intersection/__init__.py
python/fate/ml/intersection/raw_intersection.py
python/fate/ml/lr/__init__.py
python/fate/ml/lr/arbiter.py
python/fate/ml/lr/guest.py
python/fate/ml/lr/host.py
python/fate/ml/utils/__init__.py
python/fate/ml/utils/model_serdes.py
python/pyfate.egg-info/PKG-INFO
python/pyfate.egg-info/SOURCES.txt
python/pyfate.egg-info/dependency_links.txt
python/pyfate.egg-info/requires.txt
python/pyfate.egg-info/top_level.txt