update samples from Release-11 as a part of 1.5.0 SDK stable release

This commit is contained in:
vizhur
2020-05-11 18:59:22 +00:00
parent e98131729e
commit 553fa43e17
76 changed files with 3818 additions and 622 deletions

View File

@@ -2,8 +2,7 @@ import numpy as np
import argparse
from azureml.core import Run
from sklearn.externals import joblib
from azureml.automl.core._vendor.automl.client.core.common import metrics
from automl.client.core.common import constants
from azureml.automl.core.shared import constants, metrics
from azureml.core.model import Model