forked from zenml-io/zenbytes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request zenml-io#3 from zenml-io/feature/ENG-771-update-ze…
…nbytes-and-zenfiles-with-zen-ml-version-0-7-3 Update ZenByte to be compatible with ZenML 0.7.3.
- Loading branch information
Showing
7 changed files
with
118 additions
and
92 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from steps.trainer import svc_trainer_mlflow, tree_trainer_with_mlflow | ||
from zenml.integrations.mlflow.mlflow_step_decorator import enable_mlflow | ||
|
||
|
||
# These are the same steps, but with mlflow enabled | ||
svc_trainer_mlflow = enable_mlflow(svc_trainer_mlflow) | ||
tree_trainer_with_mlflow = enable_mlflow(tree_trainer_with_mlflow) |
Oops, something went wrong.