-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix/kubeflow orchestrator run #29
Draft
bayoumi17m
wants to merge
53
commits into
kube-integration
Choose a base branch
from
fix/kubeflow-orchestrator-run
base: kube-integration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
…alescenceML into feature-ENG-00002-pipeline
fix: Correcting ability to run integrations
bugfix: Correcting pipeline and step to allow for integrations
- Parse dockerignore - create build context - Header for build image
feat: Secret `coml over` command
…ntegration Feature/eng 00004 statsmodels integration
- No recreation of metadata store - Errors stated with stack validation
Feature/eng 00006 docker utils
check correctness of tensorflow integration (with tensorflow demo quickstart.py) mainly - maybe other files
* feat: Export and import commands started * fix: Correcting bugs in yaml read/write * chore: Added future todo for error msgs * feat: Updating to match John's comments * added 1 piece of documentation Co-authored-by: Jerry Sun <[email protected]>
Bringing Dev ready for v0.2.0
* feat: XGBoost producer integration * feat: Fix XGBoost and added demo
* tests: Added tests for some utility functions * fix: Correcting spelling error Co-authored-by: fort745 <[email protected]>
- No recreation of metadata store - Errors stated with stack validation Co-authored-by: fort745 <[email protected]>
* azure datalake integration * fixed most problems * updated the walk method but returns a list instead of iterable * working azure datalake with demo Co-authored-by: Iris Li <[email protected]>
* artifact store function * innit files * final func * updating rm function * Removing ds store files * comments on pr * Fixing a typo * fixed typo in import path Co-authored-by: Sanjali Jha <[email protected]> Co-authored-by: Iris Li <[email protected]> Co-authored-by: sanjalijha <[email protected]> Co-authored-by: Sanjali Jha <[email protected]> Co-authored-by: Iris Li <[email protected]>
* chore: Adding wandb local files to be ignored * feat: Initial development for experiment tracker * feat: Adding base experiment tracker * feat: Wandb experiment tracker and logging * feat: Adding wandb example pipeline * fix: Syntax error from missing comma * feat: Started MLFlow experiment tracker * feat: Added active run configuration for mlflow experiment tracker * feat: MLFlow step decorator added * feat: Adding MLFlow integration * fix: Example demo for MLFlow to run * Fix: correcting wandb typos Co-authored-by: fort745 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Changes
API Updates
New Features (required)
Deprecations (required)
Enhancements (required)
Checklist
References