aslotte / aslotte/MLOps.NET

[Data] Add ability to capture data location

Open
#161 0 comments 0 reactions 0 assignees View on GitHub
data hacktoberfest
Dominant language
C#
Stars
81
Forks
28
PR merge metrics
No merged PRs in 30d

Description

**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.

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.