PandasExampleClient

A Flower client that mimics the pandas_example.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun evaluate(ins: EvaluateIns): EvaluateRes

Evaluate the provided parameters using the locally held dataset.

Link copied to clipboard
open override fun fit(ins: FitIns): FitRes

Refine the provided parameters using the locally held dataset.

Link copied to clipboard

Return the current local model parameters.

Link copied to clipboard

Return set of client’s properties.

Link copied to clipboard
open override fun query(ins: QueryIns, context: Context): QueryRes

Handle arbitrary query from the server.