dominikmn / one-million-posts

Assisting newspaper moderators with machine learning.
MIT License
2 stars 1 forks source link

Fix speedup generation of label_needsmoderation #110

Closed lima-tango closed 3 years ago

lima-tango commented 3 years ago

Current state: NaN entries in the label_... column are treated as False Therefore, all posts are "labeled" (represented by 0 in the label column) even if all 3 / 4 or the base labels had NaN.

Desired state: The value for the new label should be NaN when any of the original labels was NaN