ML.NET Concepts – Data

Hi Guys! That’s the first of articles series where i write about ML.NET framework Today i write about Data Data Data is rappresented by IDataView interface. If you think about Data you can imagine it like a Sql View. Data is a lazily-evaluated, cursorable, heterogenous, schematized dataset. Data have two instances: Schema A instance of ISchema interface. […]