forked from dotnet/machinelearning
-
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.
* Fix MissingValueDroppingTransformer bug * Add unit test * Add baseline
- Loading branch information
Showing
3 changed files
with
47 additions
and
1 deletion.
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
17 changes: 17 additions & 0 deletions
17
test/BaselineOutput/Common/SavePipe/SavePipeDropNAs-Data.txt
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,17 @@ | ||
#@ TextLoader{ | ||
#@ header+ | ||
#@ sep=tab | ||
#@ col=Num:R4:0-1 | ||
#@ col=Sep:TX:2 | ||
#@ col=NumNAsDropped:R4:3-** | ||
#@ col={name=Sep2 type=TX src={ min=-1}} | ||
#@ col={name=Text type=TX src={ min=-1 var=+}} | ||
#@ col={name=Sep3 type=TX src={ min=-1}} | ||
#@ col={name=TextNAsDropped type=U4 src={ min=-1 var=+} key=0-3} | ||
#@ } | ||
"" "" Sep Sep2 Sep3 | ||
2 0 | 2 0 | Hello World! | 0 | ||
3 4 | 3 4 | | | ||
0 ? | 0 | Bye all | 3 1 | ||
7 8 | 7 8 | Good bye | 2 | ||
? ? | | this is a | |
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