PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

Missing `.get()` method in Getting Started section to retrieve results

Open apzl opened this issue 5 months ago • 0 comments

Where?

https://docs.openmined.org/en/latest/getting-started/part5-retrieving-results.html

What?

After result = client.code.ml_experiment_on_breast_cancer_data(features_data=features, labels=labels) It requires result.get() to retrieve actual result, which is missing in the current documentation.

apzl avatar Sep 12 '24 16:09 apzl