deezer / deezer/aads_french

Module renaming issue: data_utils -> tokenize_corpus

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The module `data_utils.py` (`preprocessing` folder) seems to have been renamed to `tokenize_corpus.py`, however in the `import` sstatements, the old name is still used, resulting into `ModuleNotFound` errors.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in the preprocessing folder by comparing data_utils.py with tokenize_corpus.py, then search the project for import statements that still use the old module name. Update those references so the project no longer raises ModuleNotFound errors when importing the renamed module.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.