PySyft
PySyft copied to clipboard
Missing `.get()` method in Getting Started section to retrieve results
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.