wayfair-incubator / extra-model

Code to run the ExtRA algorithm for unsupervised topic/aspect extraction on English texts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add input validation before running `extra-model`

romatik opened this issue · comments

Now it can happen that we'll run extra-model almost to the end and fail because CommentId is named incorrectly.

We should at least validate names of the columns before we start extra-model to avoid situations like this.