nvflare.fuel.utils.experimental module

experimental(reason)[source]

Marks classes and functionsas experimental.

It will result in a warning being emitted when the class is used.

Example of usage:

# Example 1: Use with class inheritance:

# Example 2: Use with functions