diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-29 14:55:40 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-29 14:55:40 +0300 |
commit | f00d91a7bc8339466cc9469013c058692c3bff74 (patch) | |
tree | 42e61f363bc940c46f48a699d69b967dafade1a8 /RhSolutions.ML.Tests/PradoDataset.cs | |
parent | 66563d80f07994fe368e631b73695025bc17bfeb (diff) |
Add Prado dataset
Diffstat (limited to 'RhSolutions.ML.Tests/PradoDataset.cs')
-rw-r--r-- | RhSolutions.ML.Tests/PradoDataset.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RhSolutions.ML.Tests/PradoDataset.cs b/RhSolutions.ML.Tests/PradoDataset.cs new file mode 100644 index 0000000..a637946 --- /dev/null +++ b/RhSolutions.ML.Tests/PradoDataset.cs @@ -0,0 +1,6 @@ +namespace RhSolutions.ML.Tests; + +public class PradoDataset : DatasetBase +{ + protected override string FileName => "Prado"; +}
\ No newline at end of file |