File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
diabetes_regression/evaluate Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626from azureml .core import Run
2727import argparse
2828import traceback
29- from util .model_helper import get_latest_model
29+ from util .model_helper import get_model
3030
3131run = Run .get_context ()
3232
4545# sources_dir = 'diabetes_regression'
4646# path_to_util = os.path.join(".", sources_dir, "util")
4747# sys.path.append(os.path.abspath(path_to_util)) # NOQA: E402
48- # from model_helper import get_latest_model
48+ # from model_helper import get_model
4949# workspace_name = os.environ.get("WORKSPACE_NAME")
5050# experiment_name = os.environ.get("EXPERIMENT_NAME")
5151# resource_group = os.environ.get("RESOURCE_GROUP")
108108 firstRegistration = False
109109 tag_name = 'experiment_name'
110110
111- model = get_latest_model (
111+ model = get_model (
112112 model_name = model_name ,
113113 tag_name = tag_name ,
114114 tag_value = exp .name ,
You can’t perform that action at this time.
0 commit comments