Fixed all typoes in the files, azml_02 finished
This commit is contained in:
parent
1acf43fa82
commit
b41db5383b
|
@ -108,7 +108,7 @@ def main():
|
||||||
|
|
||||||
# Register best model
|
# Register best model
|
||||||
print(f"Registering Model {best_model_name}")
|
print(f"Registering Model {best_model_name}")
|
||||||
ml_client.models.register(model=model)
|
ml_client.models.create_or_update(model=model)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
|
@ -17,7 +17,7 @@ def main():
|
||||||
# Input and output arguments
|
# Input and output arguments
|
||||||
|
|
||||||
# Get script arguments
|
# Get script arguments
|
||||||
parser = argparse()
|
parser = argparse.ArgumentParser()
|
||||||
|
|
||||||
# Input dataset
|
# Input dataset
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
Loading…
Reference in a new issue