-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add pipeline component sample with primitive output (#2904)
* add pipeline component sample with primitive output * add pipeline component sample with primitive output * add pipeline component sample with primitive output * add pipeline component sample with primitive output * upgrade mldesigner version to fix bug with not support string output * modify notebook * modify notebook * modify notebook * modify notebook * update component * update component * update component
- Loading branch information
1 parent
342e602
commit e5f7809
Showing
3 changed files
with
18 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ conda_file: | |
- python=3.8.12 | ||
- pip=21.2.2 | ||
- pip: | ||
- mldesigner==0.1.0b4 | ||
- mldesigner==0.1.0b17 |