Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/cmr addmainentryforymls #48

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

chrey-gh
Copy link
Contributor

@chrey-gh chrey-gh commented Jul 18, 2022

PR into Azure/mlops-v2

Checklist

I have:

  • read and followed the contributing guidelines

Changes

  • I added in all yml pipeline files an entry ref:main for the external repo refrerence for mlops-templates, so that automation of changing these values during testing is easier

fixes #

model_path = os.path.join(args.model_path, run.parent.id)
explainer_path = os.path.join(args.explainer_path, run.parent.id)
evaluation_path = os.path.join(args.evaluation_path, run.parent.id)
prepared_data_path = args.prepared_data_path
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrey-gh This has been updated since you last did a git pull I think. The "run.parent_id" is the newest feature.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as with the subsequent lines too

@@ -17,14 +20,14 @@

def parse_args():
parser = argparse.ArgumentParser(description="UCI Credit example")
parser.add_argument("--data_path", type=str, default='data/', help="Directory path to training data")
parser.add_argument("--uci-credit", type=str, default='data/', help="Directory path to training data")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

again, the main-jul31 version is the latest

@@ -30,8 +33,8 @@ def main():
# Parse command-line arguments
args = parse_args()

prepared_data_path = os.path.join(args.prepared_data_path, run.parent.id)
model_path = os.path.join(args.model_path, run.parent.id)
prepared_data_path = args.prepared_data_path
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here with the run.parent.id thing


# Training datasets specification
# Syntax: <name>:<version>:<mode>:<steps (names separated by +)>
training_datasets: uci-credit:1:download:prep
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mariamedp is the left or the right side of this the correct one?

@cindyweng cindyweng changed the base branch from main to main-jul31 July 19, 2022 15:16
@cindyweng cindyweng merged commit 5b091b6 into main-jul31 Jul 19, 2022
@cindyweng cindyweng deleted the feature/cmr-addmainentryforymls branch September 13, 2022 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants