Skip to content

Feature Request: Exclude file in kaggle dataset  #218

@dattran2346

Description

@dattran2346

IMO, there should be a way to exclude certain files/folders when upload the dataset.

The exclude list can be list under dataset-metadata.json

For example,

{
  "title": "INSERT_TITLE_HERE",
  "id": "dattran2346/INSERT_SLUG_HERE",
  "licenses": [
    {
      "name": "CC0-1.0"
    }
  ]
  "exclude: [
    "checkpoints/*"
  ]
}  

For my case, I currently want to wrap my code inside a dataset and upload it to run on kaggle kernel but I don't want to include my experiment checkpoints.

Hope other user find this feature useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions