mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-07-17 03:04:54 -05:00
[GH-ISSUE #193] feature.json not found #5298
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.