Replies: 1 comment 12 replies
-
Hello! Would it be possible to share your dataset with us? You can do so privately. It's going to be hard/impossible for us to reproduce your issue without it. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been experimenting with River-ML for online regression under concept/covariate drift.
In particular, I have experimented with multiple regressors, such as ARF and SRP.
However, I have some issues, as prequential RMSE goes up dramatically (e.g. in the billions) after a while. This, with the same methods implemented in Scikit-multiflow, does not happen. (For ARF: 0.55 rmse with scikit-multiflow, while in river it gets to billions).
This also happens on different, synthetic data I am using, though not always.
Additionally, it only happens with adaptive random forest, SRP (with linear models (even regularized)) and online linear models, while for EWA (with linear models) or KNN, this does not happen.
I would be grateful if you could point me to possible issues, as I am also fine using scikit-multiflow, but, at the same time, it sports less options (for instance, it does not have SRPRegression), so I would like to have River methods work fine.
Thank you in advance.
Filippo
PS
This is the sample code in River (in sk-multiflow it is really similar, but the prequential rmse is computed manually, as it does not seem to support prequential RMSE. Anyways, I checked the problem is not in evaluate progressive score by also using the same procedure for river.).
Beta Was this translation helpful? Give feedback.
All reactions