MusicConnectionMachine / Relationships

GNU Affero General Public License v3.0
9 stars 1 forks source link

Classification #40

Closed RBirkeland closed 7 years ago

RBirkeland commented 7 years ago

Made a new pull request because some weird merging happen when switching which computer I worked from..

Added a naive bayes classifier:

[ { label: 'teach', value: 0.08333333333333333 }, { label: 'student', value: 0.041666666666666664 }, { label: 'perform', value: 0.041666666666666664 }, { label: 'wrote', value: 0.04166666666666666 } ]

Gillian0023 commented 7 years ago

strange codacy issue about console, still need to be fixed

ansjin commented 7 years ago

I think that issue can be ignored. What do you say @Sandr00 and @Henni . Is there a fix for that ?

Sandr0x00 commented 7 years ago

We should ignore the codacy console issues! Since codacy itself says: If you're using Node.js, you should disable this rule, because console is used to output information to the user and so is not strictly used for debugging purposes.