0
0
RhSolutions-ML/RhSolutions.ML.Tests/UponorDataset.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

7 lines
127 B
C#

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