Skip to content
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

Missing HOW TO load/save datasets in .IDV binary format #12451

Closed
CESARDELATORRE opened this issue May 20, 2019 — with docs.microsoft.com · 3 comments
Closed

Missing HOW TO load/save datasets in .IDV binary format #12451

CESARDELATORRE opened this issue May 20, 2019 — with docs.microsoft.com · 3 comments

Comments

Copy link
Contributor

CESARDELATORRE commented May 20, 2019

We're missing here HOW TO load/save datasets in .IDV binary format.

See customer's issue requesting it:
dotnet/machinelearning#3748

It should also explain when to use the .IDV format, such as when you need maximum performace (compared to .CSV or .TSV), etc.

AB#1596631


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@natke
Copy link
Contributor

natke commented Jun 4, 2019

Thank you @CESARDELATORRE. We have added this to the backlog.

@natke natke added the P2 label Jun 4, 2019
Copy link

marchy commented Aug 28, 2019

The article mentions data can be loaded from databases and JSON/XML.

How exactly is this done? There are no examples or links to any APIs that show this.

Also for the database scenario, is this tied to Entity Framework contexts / object mappings in any way? We already have serialization specified at this level, would be great to be able to re-use these.

@luisquintanilla
Copy link
Contributor

luisquintanilla commented Sep 10, 2019

To be worked on as part of AB#1596634.

Thanks for the feedback @marchy. How you consume API's is up to you. As long as you're able to get the object(s) into IEnumerable format, then they can be loaded into an IDataView with the LoadFromEnumerable method.

As far as databases, we're adding documentation on the preview version of the DatabaseLoader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants