Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Test to Validate in Dataset manager #6599

Merged
merged 1 commit into from
Apr 21, 2023
Merged

Change Test to Validate in Dataset manager #6599

merged 1 commit into from
Apr 21, 2023

Conversation

zewditu
Copy link
Contributor

@zewditu zewditu commented Mar 16, 2023

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 Change Test to validate in Dataset manager Mar 16, 2023
@zewditu zewditu changed the title Change Test to validate in Dataset manager Change Test to Validate in Dataset manager Mar 16, 2023
@michaelgsharp
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@LittleLittleCloud
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@codecov
Copy link

codecov bot commented Apr 20, 2023

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants