[Q&A] Python Programming Pattern - Flare Client API vs Learner #3308
-
Python version (
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@k2sebeom thanks for the questions! We have a lot of different levels of APIs that are targeting flexibility VS easy usability. For people to start with, we recommend the Flare Client API way. We are continuing organizing our examples/tutorials so it is easier for people to find the right materials. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Yes, we need to update the MLFLow example to use Client API instead of using Learner pattern. Here is the example in the tutorials |
Beta Was this translation helpful? Give feedback.
Yes, we need to update the MLFLow example to use Client API instead of using Learner pattern.
Here is the example in the tutorials
https://github.com/NVIDIA/NVFlare/blob/main/examples/tutorials/self-paced-training/part-1_federated_learning_introduction/chapter-1_running_federated_learning_applications/01.5_experiment_tracking/01.5.2_experiment_tracking_with_mlflow/code/src/client_mlflow.py