GokuMohandas / Made-With-ML

Learn how to design, develop, deploy and iterate on production-grade ML applications.
https://madewithml.com
MIT License
37.1k stars 5.88k forks source link

feature.json not found #193

Closed kpputhiyattil closed 3 years ago

kpputhiyattil commented 3 years ago

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

GokuMohandas commented 3 years ago

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.