0 / 0

Description

This notebook is part of a Federated Learning tutorial that demonstrates how to use Federated Learning with the Python client. This is the first notebook that should be run by the administrator of the Federated Learning experiment. It teaches the user how to:

  • Load an untrained model
  • Create a Remote Training System
  • Start a training job

This notebook uses the Adult income data set and the XGBoost as framework. It runs on the latest Python environment.