Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using river with offline ML models #1447

Open
RafiullahOmar opened this issue Nov 11, 2023 · 3 comments
Open

Using river with offline ML models #1447

RafiullahOmar opened this issue Nov 11, 2023 · 3 comments

Comments

@RafiullahOmar
Copy link

RafiullahOmar commented Nov 11, 2023

Can we use River with offline ML models to detect concept drift? Additionally, where can I find code examples for concept drift detection using river in offline ML models with a real and Synthetic datasets?

@MaxHalford
Copy link
Member

Hey there.

No we don't support offline models. But then again its not very clear what you're trying to do. You haven't provided a lot of details.

And this is River, so we can't help you with scikit-multiflow. We do have real and synthetic datasets though.

@RafiullahOmar
Copy link
Author

Dear @MaxHalford, Apologies for the typing error in my question, where I mistakenly mentioned scikit-multiflow. I am seeking a complete coding example for concept drift detection using the River library.
To provide more context, my goal is to train an offline model on the first half of a dataset. Then, I want to generate a stream of data from the other half of the dataset and apply various concept drift detection methods available in the River library to detect concept drift. And where I can find the compete documentations of river, as there are less details in river website.
I appreciate your assistance and clarification regarding the use of River for this specific scenario.

@smastelini
Copy link
Member

@RafiullahOmar, you should check the example sections of the detectors in the documentation (for instance, here) to learn about the specific usage of a detector.

Moreover, you can check the drift detection guide for more details on this type of task. Aside from that, I suggest you check the literature on concept drift detection to understand more about this phenomenon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants