Missing .get()
method in Getting Started section to retrieve results
#9287
Labels
Type: Documentation 📚
Improvements or additions in documentation for some file, feature, or codebase
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.The text was updated successfully, but these errors were encountered: