8000 Ebnt 384 dvc by mike0sv · Pull Request #123 · zyfra/ebonite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
wants to merge 22 commits into
base: dev
Choose a base branch
from
Open

Ebnt 384 dvc #123

wants to merge 22 commits into from

Conversation

mike0sv
Copy link
Contributor
@mike0sv mike0sv commented Jul 13, 2020

No description provided.

< 8000 path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />

@mike0sv mike0sv requested a review from ElmiRakh July 13, 2020 08:50
@mike0sv mike0sv self-assigned this Jul 13, 2020
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
Copy link
Contributor

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
Copy link
Contributor

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]:
Copy link
Contributor

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?

Base automatically changed from EBNT-259-datasets to dev September 6, 2020 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0