mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-24 02:22:20 +00:00
Unify data folders
This commit is contained in:
Submodule emotion-wnaffect/data deleted from 0dc601a871
@@ -219,7 +219,7 @@ class WNAffect(EmotionPlugin, ShelfMixin):
|
||||
matches = 1
|
||||
|
||||
for i in feature_set:
|
||||
feature_set[i] = (feature_set[i] / matches) * 100
|
||||
feature_set[i] = (feature_set[i] / matches)
|
||||
|
||||
return feature_set
|
||||
|
||||
|
Reference in New Issue
Block a user