Achille Mascia

Results 9 comments of Achille Mascia

Ok, what I did is that I concatenated the 4 3D nifiti files into 1 4D nifti file. I'll try to run the code see if it works now.

Thank you for your answer, I'll try reading data with a loop since I would like to preprocess the input. I have got another issue when trying to run the...

Thank you for your answers @jackyko1991 ! Could you tell me the how to change the parameters in `NiftiDataset.Resample((0.45,0.45,0.45))` depending on the the label-to-background ratio ? Actually I don't yet...

I am trying to use your model for ischemic stroke lesion segmentation. The ratio of lesion vs total number of voxel is around 0.5%. I have a few other questions...

Hi, Thank you for your comments, I've merged my branch with sklearn's master branch and I've updated the user guide with this added feature in the calibration section. Please tell...

I have updated the PR with your comments, thank you @joshuacwnewton and @adrinjalali

Hi, I've updated this pull request to be consistent with the latest scikit-learn release (0.24.1). There are some failing tests but they do not seem to be related to the...

Hi, I'm not sure I see where the CI errors come from, on my `main` branch I have the following message: `Your branch is up to date with 'upstream/main'.` and...

The only check that is failing now is the code coverage one. Is there something I can do for it?