Identifying GitHub "sample repositories" (SR), that mostly contain educational or demonstration materials supposed to be copied instead of reused as a dependency
In this pull, I've implemented label preparation for Label Propagation Model, it's training, and saving to out file.
closes #102
History:
feat(#102): labels
feat(#102): labels for all
feat(#102): ssl
feat(#102): clean
feat(#102): lpm, test case
feat(#102): test training, docs
chore: perms
PR-Codex overview
This PR focuses on enhancing the repository's testing and labeling functionality, including updates to workflows, new label handling scripts, and additional test cases for the new features.
Detailed summary
Updated .github/workflows/nightly.yml to change the testing schedule description.
Added permissions for issues in the workflow.
Introduced a new CSV file format in sr-data/src/tests/training.csv.
Updated cohere version specification in sr-data/pyproject.toml.
Added new tasks for labels and label_propagation in pyproject.toml.
Created sr-data/src/sr_data/steps/labels.py for label handling.
Implemented tests for label handling in sr-data/src/tests/test_labels.py.
Added label_propagation model training in sr-data/src/sr_data/steps/label_propagation.py.
Created tests for label propagation in sr-data/src/tests/test_label_propagation.py.
Updated justfile with new commands for labels and label propagation.
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
In this pull, I've implemented label preparation for Label Propagation Model, it's training, and saving to
out
file.closes #102 History:
PR-Codex overview
This PR focuses on enhancing the repository's testing and labeling functionality, including updates to workflows, new label handling scripts, and additional test cases for the new features.
Detailed summary
.github/workflows/nightly.yml
to change the testing schedule description.issues
in the workflow.sr-data/src/tests/training.csv
.cohere
version specification insr-data/pyproject.toml
.labels
andlabel_propagation
inpyproject.toml
.sr-data/src/sr_data/steps/labels.py
for label handling.sr-data/src/tests/test_labels.py
.label_propagation
model training insr-data/src/sr_data/steps/label_propagation.py
.sr-data/src/tests/test_label_propagation.py
.justfile
with new commands for labels and label propagation.