feat: export PostgreSQL training dataset as JSON
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace QuantEngine.Core.Interfaces;
|
||||
|
||||
public interface ILearningDatasetReader
|
||||
{
|
||||
Task<IReadOnlyList<IDictionary<string, object?>>> ReadTrainingExamplesAsync(int limit = 1000);
|
||||
}
|
||||
Reference in New Issue
Block a user