0
0
RhSolutions-ML/RhSolutions.ML.Tests/PradoDataset.cs
Serghei Cebotari f00d91a7bc
Some checks failed
Test ML model / build (push) Failing after 1m5s
Add Prado dataset
2023-12-29 14:55:40 +03:00

6 lines
127 B
C#

namespace RhSolutions.ML.Tests;
public class PradoDataset : DatasetBase
{
protected override string FileName => "Prado";
}