David Holzmüller

Results 5 issues of David Holzmüller

**Description** The ["Task Collection" tab for the "AutoML Benchmark All Classification" benchmark](https://www.openml.org/search?type=benchmark&sort=tasks_included&study_type=task&id=271) (id=271) says "66 tasks", while the "Tasks" tab lists 71 tasks. The corresponding paper and the Python API...

### Describe the workflow you want to enable It would be great to have temperature scaling available as a post-hoc calibration method for binary and multi-class classifiers, for example in...

New Feature

Problem: CatBoost appears to override the values I provide in `set_scale_and_bias()`, even if I set `boost_from_average=False`. In the latter case, it sets scale and bias to $(1.0, 0.0)$. Minimal working...

documentation
python

### Problem Description I would like to get a quick idea of which features are important for predicting the target. For this, it would be nice if the TableReport had...

enhancement