Expand description
Progressive evaluation implementation.
Structs§
- Binary
Classification Sample - A single binary classification sample.
- Progressive
Step - A single step of progressive evaluation, recording the prediction made before learning from this sample.
- Regression
Sample - A single regression sample.
Functions§
- evaluate_
binary_ classification - Run progressive evaluation on a binary classification stream.
- evaluate_
regression - Run progressive evaluation on a regression stream.
- evaluate_
regression_ with_ steps - Like
evaluate_regressionbut also collects per-step records.