Code-the-Dream-School / Code-the-Dream-School/python-200-v1
Incorrect path to the Intel Image Classification dataset in Assignment 4
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 4
- Forks
- 31
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Incorrect:
DATA_DIR = Path("/kaggle/input/intel-image-classification/seg_test/seg_test")
Correct:
DATA_DIR = Path("/kaggle/input/datasets/puneet6060/intel-image-classification/seg_test/seg_test")
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open assignments/04_ML_deep_learning.md and locate Task 1, “Environment Setup and Data Loading.” Check the DATA_DIR example against the dataset path used by the assignment. Done means the example contains the valid Intel Image Classification path and no longer points to the incorrect location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, machine-learning
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100