riverEasy Examples

Online/streaming machine learning for real-time data

Getting started with river

Installation and basic usage of river.

python
# Install: pip install river
import river

# Basic river usage
print(f"Using river")
# See documentation for detailed examples
Expected Output
# Expected output shown below
# (Run locally with: river)

river is a third-party package. Online/streaming machine learning for real-time data. Install with: pip install river

Common river operations

Frequently used features of river.

python
# Install: pip install river
import river

# Common river patterns
print(f"river version: {river.__version__}")

These are the most commonly used features of river in everyday development.

Want to try these examples interactively?

Open Easy Playground