This document contains scikit-learn code fragments:
- with raise or function calls whose function name contains "warn"/"Warn",
- and that also contain some mechanism that triggers a
__repr__
call (repr
,%r
,{!r}
. and variations thereof like %(name)r or {name!r})—some non-__repr__
mechanisms might be displayed too.