Skip to content

Change Test to Validate in Dataset manager - #6599

Merged
LittleLittleCloud merged 1 commit into
dotnet:mainfrom
zewditu:u/Zewditu/03_15
Apr 21, 2023
Merged

Change Test to Validate in Dataset manager#6599
LittleLittleCloud merged 1 commit into
dotnet:mainfrom
zewditu:u/Zewditu/03_15

Conversation

@zewditu

@zewditu zewditu commented Mar 16, 2023

Copy link
Copy Markdown
Contributor

The main goal of this PR is in https://github.com/dotnet/machinelearning/blob/main/src/Microsoft.ML.AutoML/AutoMLExperiment/IDatasetManager.cs
the main goal is to set train/ validate dataset, however, names are set like TrainTestDatasetManager, 'TestDataset`, hence to make names consistent with the actual usage we need to change "Test" to "validate"

@zewditu zewditu changed the title Chnage Test to validate in Dataset manager Mar 16, 2023
@zewditu zewditu changed the title Change Test to validate in Dataset manager Mar 16, 2023
@michaelgsharp

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).
@LittleLittleCloud

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).
@codecov

codecov Bot commented Apr 20, 2023

Copy link
Copy Markdown

Codecov Report

Merging #6599 (a5fba6c) into main (4a02a01) will decrease coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6599      +/-   ##
==========================================
- Coverage   68.44%   68.43%   -0.02%     
==========================================
  Files        1176     1176              
  Lines      248210   248210              
  Branches    25915    25915              
==========================================
- Hits       169893   169857      -36     
- Misses      71559    71595      +36     
  Partials     6758     6758              
Flag Coverage Δ
Debug 68.43% <ø> (-0.02%) ⬇️
production 62.82% <ø> (-0.02%) ⬇️
test 88.86% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 7 files with indirect coverage changes

@LittleLittleCloud
LittleLittleCloud merged commit ebb5789 into dotnet:main Apr 21, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

3 participants