Skip to content

Commit

Permalink
removed code related to python native API
Browse files Browse the repository at this point in the history
Signed-off-by: yes <[email protected]>
  • Loading branch information
tanwarsh committed Nov 18, 2024
1 parent a977fb3 commit 5e3c907
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 4,749 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/pki.yml

This file was deleted.

17 changes: 0 additions & 17 deletions docs/about/features_index/pynative.rst

This file was deleted.

14 changes: 1 addition & 13 deletions docs/developer_guide/advanced_topics/overriding_agg_fn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,7 @@
Override Aggregation Function
*****************************

With the aggregator-based workflow, you can use custom aggregation functions for each task via Python\*\ API or command line interface.


Python API
==========

1. Create an implementation of :class:`openfl.interface.aggregation_functions.core.AggregationFunction`.

2. In the ``override_config`` keyword argument of the :func:`openfl.native.run_experiment` native function, pass the implementation as a ``tasks.{task_name}.aggregation_type`` parameter.

.. note::
See `Federated PyTorch MNIST Tutorial <https://github.com/intel/openfl/blob/develop/openfl-tutorials/Federated_Pytorch_MNIST_custom_aggregation_Tutorial.ipynb>`_ for an example of the custom aggregation function.

With the aggregator-based workflow, you can use custom aggregation functions for each task via command line interface.

Command Line Interface
======================
Expand Down
99 changes: 0 additions & 99 deletions docs/developer_guide/advanced_topics/overriding_plan_settings.rst

This file was deleted.

Loading

0 comments on commit 5e3c907

Please sign in to comment.