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

Change folder structure to support several training pipelines and models #147

Merged
merged 6 commits into from
Jan 25, 2020

Conversation

sbaidachni
Copy link
Contributor

@sbaidachni sbaidachni commented Jan 24, 2020

to bring a new model you need to:

  • create a folder that is similar to diabetes_regression one
  • duplicate and modify all the yaml files that start with diabetes_regression in .azure_pipelines folder
  • create your own _build_train_pipeline.py that is similar to diabetes_regression_build_train_pipeline.py. Include your pipeline definition here.

related #137

@sbaidachni sbaidachni added the enhancement New feature or request label Jan 24, 2020
@dtzar dtzar changed the title Change folder structure to support several training pipelines and models (#137 issue) Change folder structure to support several training pipelines and models Jan 25, 2020
@sbaidachni sbaidachni merged commit 65c0793 into master Jan 25, 2020
@dtzar dtzar deleted the sbaydach_folder_structure branch January 27, 2020 23:01
@dtzar
Copy link
Member

dtzar commented Jan 27, 2020

@sbaidachni sorry, I wish I would have thought of this / added comment during your PR. 
Could you please add another PR which adds to the code document?

  1. visual structure
│   .env.sample
│   .gitignore
├───docs
├───infrastructure
│   ├───ci-cd
  1. Actual steps needed to add multiple projects to the code repo in its own section of the md doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants