Skip to content

Data Science

Edvin Saletovic edited this page May 28, 2020 · 8 revisions

In files InterviewForm.js and CompanyReviewForm.js function called "sendInfoToDS" sends user comments to Data Science team for review and gives back info on how harmful/inappropriate the comments are.

example bellow:

{data: {…}, status: 200, statusText: "OK", headers: {…}, config: {…}, …}

data:{
    comment: "sdcscs",
    flag: 0,
    score: 0.00030383397825062275, 
    ...
    }

For Data Science documentation go (HERE)