-
Notifications
You must be signed in to change notification settings - Fork 10
Ebnt 384 dvc #123
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
base: dev
Are you sure you want to change the base?
Ebnt 384 dvc #123
Conversation
# Conflicts: # src/ebonite/core/objects/core.py
self.data_type = data_type | ||
def __init__(self, format: PandasFormat, dataset_type: DataFrameType, path: str = None): | ||
super(PandasReader, self).__init__(dataset_type) | ||
self.path = path or PANDAS_DATA_FILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if dataset is in remote location, or in any sort of container? How that will work?
encoding: str = None): | ||
self.path = path | ||
self.repo = repo | ||
self.rev = rev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's rev? Also docs would be very appriciated.
@@ -22,7 +22,7 @@ class NumpyNdarrayWriter(DatasetWriter): | |||
"""DatasetWriter implementation 9C0C for numpy ndarray""" | |||
|
|||
def write(self, dataset: Dataset) -> Tuple[DatasetReader, ArtifactCollection]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does commit-mechanic of DVC works with writing datasets?
No description provided.