An federated solution for the LightGBM model. Most of the code is from the Flower XGBoost example, but modified to support LightGBM and multi-class data for this penguins dataset.
- Download and extract dataset and put penguins_size.csv in data/
docker build -t federated-lgbm-penguins .
docker run federated-lgbm-penguins
Python 3.8, Flower 1.4, Pytorch, Pandas, LightGBM
Gorman KB, Williams TD, Fraser WR (2014). Ecological sexual dimorphism and environmental variability within a community of Antarctic penguins (genus Pygoscelis). PLoS ONE 9(3):e90081. https://doi.org/10.1371/journal.pone.0090081
https://www.kaggle.com/datasets/parulpandey/palmer-archipelago-antarctica-penguin-data
This project is licensed under the Apache License - see the LICENSE file for details.