dotnet / dotnet/machinelearning

Consider making DataView and IEstimator Preview methods return DataTable

Open
#2,912 10 comments 0 reactions 0 assignees View on GitHub
api-suggestion area-Core enhancement needs-author-action Priority:2
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

Visual Studio has the ability to visualize a data set if the object is a `System.Data.DataTable`.

We currently have some debugger extension methods:

https://github.com/dotnet/machinelearning/blob/b861b5d64841cbe0f2c866ee7586872aac450a51/src/Microsoft.ML.Data/DebuggerExtensions.cs#L15-L62

We should consider making these return `DataTable`, so VS can visualize them. Or potentially we could add ancillary methods that return `DataTable`, and keep the current methods returning `DataDebuggerPreview`, if we think the current experience has value over the visualization in VS.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.