online-ml / river

🌊 Online machine learning in Python
https://riverml.xyz
BSD 3-Clause "New" or "Revised" License
5.03k stars 540 forks source link

Enforcing monotonicity constraints? #1522

Open cdeterman opened 5 months ago

cdeterman commented 5 months ago

In many projects I am involved with contain features that are expected to behave monotonically. I often pursue this with libraries like xgboost where monotonicity constraints are available. Are any such constraints possible with river for online machine learning? I tried searching the docs but couldn't find anything.