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
#141 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
4
Forks
31
Avg merge
1m
Merged PRs (30d)
1

Description

https://github.com/Code-the-Dream-School/python-200/blob/main/assignments/04_ML_deep_learning.md#task-1-environment-setup-and-data-loading

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.