Eike Petersen

Results 13 issues of Eike Petersen

Thanks for creating this amazing resource! :-) I have some minor suggestions regarding the characterization of two papers I was involved in. You currently write (p. 371, section 3.8.4 on...

### Issue Description pyro beginner here. I just spent several hours trying to decipher the reason for a bunch of quite uninformative error messages (see my forum post [here](https://forum.pyro.ai/t/basic-questions-error-messages-variable-enumeration/4252)), only...

usability
warnings & errors

### Describe the workflow you want to enable It would be nice to implement beta calibration as an additional option in CalibratedClassifierCV. ### Describe your proposed solution Use the implementation...

New Feature
module:calibration
Needs Decision - Include Feature

I have a large library with many groups, subgroups, subsubgroups, etc. I will often have some subgroup selected but then want to search for something in the whole library. My...

status: waiting-for-feedback
groups

Hi! First of all, thanks for the excellent package, and in particular also for still actively maintaining it! :-) I have some questions regarding the bootstrapping-based uncertainty quantification. When I...

Are metadata available for the different recordings somewhere? Patient age/sex/height/weight/diagnoses/ethnicity, anything? Recording hospital, scanner device, settings?

The documentation of the resampling method "boot" of `trainControl` only states that it does "the usual bootstrap". What exactly is that? Every publication I can find seems to define something...

Hi, thank you for a great package! I'm new to ID estimation, hence a very naive question that I'm sure would properly merit a complex answer: is it possible to...

Hi there, thank you for an excellent library! Are there any recommendations on situations in which densMAP would be preferable over UMAP as a first choice or vice versa? What...

I discovered a case for which delong_roc_variance returns a value (ever so slightly) > 1.0. ```{python} y_true = array([0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1,...