Refactor dataset_preparation directory using git mv to preserve file … - #125
Merged
Merged
Conversation
…history - Moved dataset_preparation/ to dataset/preparation/ using git mv - Moved src/optimal_class_mapping.py to dataset/ using git mv - Moved utilities/ to dataset/utilities/ using git mv - Updated imports in evaluation scripts to use new paths - All file history preserved as requested by @lyuzinmaxim
lyuzinmaxim
reviewed
Nov 10, 2025
lyuzinmaxim
reviewed
Nov 10, 2025
lyuzinmaxim
left a comment
Collaborator
There was a problem hiding this comment.
please run linting (isort, flake8 and black)
- Applied black formatting with line-length 119 - Applied isort with black profile - Only modified files related to dataset preparation task Addresses reviewer feedback
chani0343
force-pushed
the
refactor-dataset-preparation-with-git-mv
branch
from
November 10, 2025 15:01
b35e15f to
0158a5f
Compare
Remove .gitkeep complexity and make dataset exclusions consistent with other entries
lyuzinmaxim
approved these changes
Nov 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refactored
dataset_preparation/directory into organizeddataset/structure as per issue #105.Changes
dataset_preparation/→dataset/with logical subdirectoriesclassification_dataset.zip→dataset/archives/src/optimal_class_mapping.py→dataset/Testing