dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
263 stars 56 forks source link

Load Data From Multiple Files #1810

Open luisquintanilla opened 2 years ago

luisquintanilla commented 2 years ago

Issue created based on discussion on .NET Discord.

ML.NET has the option to load data from multiple files that are either in a single directory or multiple directories so long as the data is format the same way across the different files.

The suggested feature is to enable this in tooling.

https://docs.microsoft.com/dotnet/machine-learning/how-to-guides/load-data-ml-net#load-data-from-multiple-files.

beccamc commented 2 years ago

This should be addressed when we take some time for data prep. For now users can work around by merging into one big CSV.