[GH-ISSUE #193] feature.json not found #5848

Closed
opened 2026-06-13 22:49:49 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @kpputhiyattil on GitHub (Aug 16, 2021).
Original GitHub issue: https://github.com/GokuMohandas/Made-With-ML/issues/193

ERROR: failed to pull data from the cloud - Checkout failed for following targets:
features.json
projects.json
tags.json
features.parquet

Originally created by @kpputhiyattil on GitHub (Aug 16, 2021). Original GitHub issue: https://github.com/GokuMohandas/Made-With-ML/issues/193 ERROR: failed to pull data from the cloud - Checkout failed for following targets: features.json projects.json tags.json features.parquet
Author
Owner

@GokuMohandas commented on GitHub (Aug 16, 2021):

features.json is actually a file you generate as you follow along the course and the dvc file is a just a pointer file that points to the actual file in your blob storage. However, if you just wanted to go through a section in isolation which depends on features.json. You can just create the features Dataframe using the actual datasets and the columns the feature DataFrame has.

<!-- gh-comment-id:899687086 --> @GokuMohandas commented on GitHub (Aug 16, 2021): features.json is actually a file you generate as you follow along the course and the dvc file is a just a pointer file that points to the actual file in your blob storage. However, if you just wanted to go through a section in isolation which depends on features.json. You can just create the features Dataframe using the actual datasets and the columns the feature DataFrame has.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Made-With-ML#5848