Skip to content

Simple IDataView Sample #3301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TomFinley opened this issue Apr 11, 2019 · 0 comments · Fixed by #3302
Closed

Simple IDataView Sample #3301

TomFinley opened this issue Apr 11, 2019 · 0 comments · Fixed by #3302
Assignees
Labels
documentation Related to documentation of ML.NET

Comments

@TomFinley
Copy link
Contributor

TomFinley commented Apr 11, 2019

Though we have many methods or samples to create data views from existing structures, like files, databases, enumerables, lists, and so on, we can't possibly handle everything, so a sample as to how to create a data view may be desirable.

In this first simple sample, my goal would be to show a fairly minimal IDataView implementation but from absolute scratch, one that is very simple without being, I hope, simplistic. I might however stick to scalar inputs for that first simple example, and definitely avoid anything having to do with enabling shuffling or parallel cursor evaluation.

Related to #1209, but given that this does not describe a sample for anything directly related to MLContext, it was thought best to have a separate issue for it.

@TomFinley TomFinley added documentation Related to documentation of ML.NET Shiproom-review labels Apr 11, 2019
@TomFinley TomFinley self-assigned this Apr 11, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Related to documentation of ML.NET
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant