Lucas Johnson

Results 4 comments of Lucas Johnson

I'm going to try working up something in a fork, and will come back when I've got something working. Any input would be welcome.

Would just add an `alpha` parameter. And then swap the following line: https://github.com/scikit-image/scikit-image/blob/00177e14097237ef20ed3141ed454bc81b308f82/skimage/metrics/_adapted_rand_error.py#L73 with: ```python fscore = sum_p_ij2 / (alpha * sum_a2 + (1 - alpha) * sum_b2) ```

No worries at all! Unfortunately no – I have not worked up anything useful. Shortly after my post here, I got pulled in another direction, and my need for this...

Thanks for this! `md_extensions: -native_divs` works great.