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

[Data] Add ability to capture data location #161

Open
aslotte opened this issue Jun 29, 2020 · 0 comments
Open

[Data] Add ability to capture data location #161

aslotte opened this issue Jun 29, 2020 · 0 comments

Comments

@aslotte
Copy link
Owner

aslotte commented Jun 29, 2020

Is your feature request related to a problem? Please describe.
Understanding where the data source is coming from could be useful.

Describe the solution you'd like
Add ability to track the data location (e.g. file path or database connection and table/view).

We probably want to have a look at the IDataView to see if it internally stores the location of the data somehow. If not we should add the ability to add it and add a new property on the Data table to store the path.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
This may be available in the MLContext. If not, it's data that will be entered into the MLContext so we should think of how we can avoid duplication here.

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

1 participant