webis-de / small-text

Active Learning for Text Classification in Python
https://small-text.readthedocs.io/
MIT License
547 stars 60 forks source link

Provide an example of how to construct datasets without labels #31

Closed chschroeder closed 1 year ago

chschroeder commented 1 year ago

Feature description

In the documentation there should be an explanation with code examples of how Dataset objects are created when labels have not yet been assigned. This requires an explanation for both the single and multi-label scenario.

Motivation

This question has been asked several times, indicating that the current documentation on this part is inadequate.

Addition comments

See for example #30.

chschroeder commented 1 year ago

@guraybaydur asked for this as well. I think this addition to the documentation is safe to be included in the v1.3.1 bugfix release.