File tree 6 files changed +4915
-19
lines changed
test/Microsoft.ML.Predictor.Tests
6 files changed +4915
-19
lines changed Original file line number Diff line number Diff line change 65
65
</Target >
66
66
67
67
<ItemGroup >
68
- <TestFile Include =" $(MSBuildThisFileDirectory)/test/data /external/winequality-white.csv"
68
+ <TestFile Include =" $(MSBuildThisFileDirectory)/examples/datasets /external/winequality-white.csv"
69
69
Url =" https://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/winequality-white.csv"
70
- DestinationFile =" $(MSBuildThisFileDirectory)test/data /external/winequality-white.csv" />
70
+ DestinationFile =" $(MSBuildThisFileDirectory)examples/datasets /external/winequality-white.csv" />
71
71
</ItemGroup >
72
72
73
73
<Target Name =" DownloadExternalTestFiles" Inputs =" @(TestFile)" Outputs =" %(TestFile.DestinationFile)" >
74
74
<Message Importance =" High" Text =" Downloading external test files... %(TestFile.DestinationFile)" />
75
75
<DownloadFilesFromUrl Items =" @(TestFile)"
76
- DestinationDir =" test/data /external"
77
- TreatErrorsAsWarnings =" true" />
76
+ DestinationDir =" examples/datasets /external"
77
+ TreatErrorsAsWarnings =" true" />
78
78
</Target >
79
79
80
80
<Target Name =" RunTests" Condition =" '$(RunTests)'=='true'" >
Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments