I created a text_sectors script with getters for the outputs of the text clustering (i.e. ClusterGlass flow).
For now this only includes functions to get text_sectors and topsbm_models but going forward it could also include getters for reassigned text sectors etc.
Checklist:
[x] I have refactored my code out from notebooks/
[x] I have run flake8 and addressed any linter erors
[x] I have checked the code runs
[ ] I have tested the code
[x] I have run pre-commit and addressed any issues not automatically fixed
[ ] I have rebased onto dev (or merged any new changes from dev)
[x] I have documented the code
[ ] Major functions have docstrings
[ ] Appropriate information has been added to READMEs
[x] I have explained the feature in this PR or (better) in output/reports/
I created a
text_sectors
script with getters for the outputs of the text clustering (i.e.ClusterGlass
flow).For now this only includes functions to get
text_sectors
andtopsbm_models
but going forward it could also include getters for reassigned text sectors etc.Checklist:
notebooks/
flake8
and addressed any linter erorspre-commit
and addressed any issues not automatically fixeddev
(or merged any new changes fromdev
)README
soutput/reports/