DIAGNijmegen / picai_eval

Evaluation of 3D detection and diagnosis performance —geared towards prostate cancer detection in MRI.
https://pi-cai.grand-challenge.org/
Apache License 2.0
19 stars 9 forks source link

Sklearn deprecation warnings #18

Open scarere opened 2 months ago

scarere commented 2 months ago

Deprecation warnings appear anytime a metric is calculated/accessed via the Metrics object

Screenshot from 2024-07-24 10-54-16

joeranbosma commented 1 week ago

Dear @scarere, thanks for raising this issue! It appears scikit-learn has updated its keyword in version 1.5, I'll update picai_eval to resolve this issue.

joeranbosma commented 1 week ago

The issue is resolved in this PR: https://github.com/DIAGNijmegen/picai_eval/pull/19 Once approved by the other maintainer of picai_eval, we will update this module on PyPI. Updating to version 1.4.7 will then resolve this deprecation warning.