Feedback Generator Update
BrokenShell opened this issue · 2 comments
BrokenShell commented
The feedback generator: RandomMenteeFeedback
should run vader score on the text. This is analogous to running it at the api level for incoming feedback /create/feedback
. However, it is not part of the schema, and should stay that way since we're not requiring web to handle this.
BrokenShell commented
In addition we should take advantage of the new random_datetime
algorithm. And remove the pd.daterange
call in the feedback graph code.
jinjahninjah commented
BL-748 created