-
Notifications
You must be signed in to change notification settings - Fork 1.9k
How do you load data from an in-memory data set? #91
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
Comments
Sorry, fat fingered issue.
|
Yep, understood. Not expecting everything to be there, but this is definitely something you want to have - the ability to pass in arbitrary data. |
For one who will work on this in future.
Maybe we need to add ArrayDataView, and we need to decide should we expose IHostEnvironment or not, and where in new API it belongs. |
also copy of #10 |
@Ivanidzo4ka whichever way you go, make it as simple as possible to consume. This means either allowing F# Records / C# Classes, with either attributes or some guidance to specify labels / features etc., or (and this should definitely also be supported) support for naked arrays or sequences of either arrays (so a 2x2 array) or tuple data. |
Looking for this as well. A couple use case I can see are:
|
Hi @isaacabraham and @danroot , thanks for the feedback. @Ivanidzo4ka introduced an attempt to solve this issue in #106 , though I see that PR did not link to this issue but rather the pre-existing #10 . Is it possible for you to try it, and provide feedback on whether it does what you need? |
Will give it a bash in the coming days - thanks! |
The only sample I can see uses the
TextLoader
to import data from a CSV file. How do you load in arbitrary data from e.g. a record or array and specify labels etc. on there?Thanks!
The text was updated successfully, but these errors were encountered: