-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update model performance interface for one input dataset (#2072)
* update model performance interface * update version * address comments * remove unused import * throw exception when no data generated in data joiner * fix flaky * fix long string multiple lines * fix e2e * fix e2e
- Loading branch information
1 parent
523d6aa
commit 8426639
Showing
13 changed files
with
76 additions
and
81 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
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
9 changes: 9 additions & 0 deletions
9
...nitoring/components/tests/e2e/resources/mltable_model_performance_production_data/MLTable
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,9 @@ | ||
type: mltable | ||
|
||
paths: | ||
- pattern: ./*.csv | ||
transformations: | ||
- read_delimited: | ||
delimiter: ',' | ||
encoding: ascii | ||
header: all_files_same_headers |
11 changes: 11 additions & 0 deletions
11
...ponents/tests/e2e/resources/mltable_model_performance_production_data/production_data.csv
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,11 @@ | ||
classification,correlationid,regression,classification-targetvalue,regression-targetvalue | ||
setosa,1,4.9,setosa,4.9 | ||
rose,2,1.66,setosa,1.66 | ||
setosa,3,4.66,setosa,9.8 | ||
setosa,4,6.9,setosa,6.9 | ||
rose,5,1.66,rose,1.66 | ||
setosa,6,3.44,setosa,3.44 | ||
setosa,7,3.44,setosa,3.21 | ||
rose,8,3.44,rose,3.44 | ||
setosa,9,3.55,setosa,3.55 | ||
rose,10,3.44,rose,3.44 |
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