-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Sudivate/environment #217
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
Merged
Merged
Sudivate/environment #217
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
261e9da
added toggle for evaluation step
sudivate ba26bc1
added param to varriables list
sudivate c1bee1c
corrected to matrices
sudivate b6732da
resolved linting
sudivate 88b99ae
removed duplicate
sudivate a3f02f9
resolved linting
sudivate 39207d6
resolved linting
sudivate 41f4456
Merge branch 'master' of https://github.com/microsoft/MLOpsPython int…
sudivate 1701c0d
added overide switch to cancellation
sudivate ef95fa9
added override cancellation flag
sudivate 43d0824
reversed the condition on runevaluation flag
sudivate 45a94b0
renamed variable
sudivate 3821a42
reversed he coonditon on override run
sudivate 9652e00
renamed variable for test
sudivate 21739c7
Update proper build badge
dtzar f46947f
added default value to env vars
sudivate e5d1566
Merge branch 'sudivate/eval-switch' of https://github.com/microsoft/M…
sudivate 9235f40
defined parameter
sudivate b63c489
added variable
sudivate 8aa3865
corrected comment
sudivate e6c2bde
renamed flags
sudivate 119fa1c
added util script
sudivate 6882003
intial script to get environment
sudivate 870a8b4
moved conda file
sudivate 1a1ea46
merged conda file
sudivate a3d1c26
added enviroment support
sudivate ccdcd85
added path
sudivate 06e874f
added args
sudivate 1a9d67d
changed path for local testing
sudivate a8036a7
script to manage aml env
sudivate fb51eed
updated scripts
sudivate cd6db20
Merge branch 'master' of https://github.com/microsoft/MLOpsPython int…
sudivate 1d6b9f4
Merge branch 'master' of https://github.com/microsoft/MLOpsPython int…
sudivate 6839505
removed exception printing
sudivate a09aa6a
re usable env
sudivate 8e55744
linting
sudivate a840247
fixed import
sudivate 5978f7c
removed env var
sudivate 121a822
from conda file
sudivate d13b509
from conda file
sudivate 7b9af18
renamed file for test
sudivate ec98dc0
updated env name
sudivate c0949e8
updated path
sudivate 7dbf9fd
updated doc
sudivate 87cdecd
remove env json
sudivate 588a663
Merge branch 'master'
sudivate 7677dbc
import env helper
sudivate 0264664
fix import
sudivate a20a5ac
pipeline variables for aml env
sudivate 77ad98f
changed env name
sudivate 32344ce
remove aml env
sudivate cece19d
adding env var for build id
sudivate 178a698
change aml env name
sudivate 2621b77
testing env
sudivate a0cc245
test env
sudivate 9262909
delete unused
sudivate 8cea674
print env
sudivate 454b811
fixed name
sudivate 700acab
adding env to runconfig
sudivate 631141b
linting fix
sudivate ba85029
aml env name change
sudivate a949840
fixed aml env type
sudivate 486e320
corrected env name
sudivate c24454b
removed extra underscore
sudivate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed aml env type
- Loading branch information
commit a9498402cce9885be38512c2d4f7c41d8b977295
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double underscore in name. Is it for purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed