You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am currently working on the paper that you published with this repository.
In the paper, it is said that the cost functions used to build the ensemble methods are:
ar(1)
mahalanobis
l1
l2
linear
By looking at the code, it seems that the linear cost function has been replaced by the rbf cost function. Indeed, the error method of the CostNew class is returning:
The last line is the rbf cost function in stead of the linear cost function.
As I was curious to see how the rbf cost function is performing on TEP and SKAB, I forked this repository and run the experiments again. The results can be seen here.
ps: I had a lot of fun working on your paper. Thanks a lot for your work and your interesting ideas :)
The text was updated successfully, but these errors were encountered:
Hi, I am currently working on the paper that you published with this repository.
In the paper, it is said that the cost functions used to build the ensemble methods are:
By looking at the code, it seems that the
linear
cost function has been replaced by therbf
cost function. Indeed, theerror
method of theCostNew
class is returning:The last line is the
rbf
cost function in stead of thelinear
cost function.As I was curious to see how the
rbf
cost function is performing on TEP and SKAB, I forked this repository and run the experiments again. The results can be seen here.ps: I had a lot of fun working on your paper. Thanks a lot for your work and your interesting ideas :)
The text was updated successfully, but these errors were encountered: