Gijom / TEAP

Toolbox for Emotion Analysis using Physiological signals
http://www.teap.science/
GNU General Public License v3.0
57 stars 20 forks source link

Undefined function or variable 'kfold_gen' #6

Closed sumeetssaurav closed 7 years ago

sumeetssaurav commented 7 years ago

Hello again,

While looking at the machine learning tools, I found out that there is no such files named 'kfold_gen'.

for regression i am using (parameters.classifier = 'SVR_RBF') for classification i am using (parameters.classifier = 'SVMRbf')

msoley commented 7 years ago

Sorry did not remember that k-fold is called during grid search. I have added it.