You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.