Skip to content

Commit

Permalink
add exp praat xgb for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Apr 24, 2024
1 parent 1cb654a commit b2b5d93
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/ravdess/exp_praat_xgb.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[EXP]
root = ./results
name = exp_ravdess_praat_xbg
runs = 1
epochs = 1
save = True
[DATA]
databases = ['dev', 'test']
dev = ./data/ravdess/ravdess_dev.csv
dev.type = csv
dev.absolute_path = False
dev.split_strategy = train
test = ./data/ravdess/ravdess_test.csv
test.type = csv
test.absolute_path = False
test.split_strategy = test
target = emotion
labels = ['angry', 'happy', 'neutral', 'sad']
[FEATS]
type = ['praat']
[MODEL]
type = xgb

0 comments on commit b2b5d93

Please sign in to comment.