Miguel Ángel Cárdenas

Results 3 issues of Miguel Ángel Cárdenas

**Description** I'm struggling with feature extraction using the segmented CSF(Cerebrospinal fluid) as the ROI, which is a binary intensity-based segmentation mask. The bottleneck comes during the feature extraction since it...

question

**What happened**: I'm currently trying to create a pipeline for model training using `LogisticRegression` and Nested cross-validation. I've got an unexpected `AttributeError` during the pipeline execution. ```shell Exception: AttributeError("'numpy.ndarray' object...

I've tested a snippet to read a set of Avro partitioned files and in order to check for folder types and perform path operations I'm using methods such as `isdir()`...