Miguel Ángel Cárdenas

Results 11 comments of Miguel Ángel Cárdenas

I'd like to contribute to this issue, are there any files remaining to static typing to be added?

Hi @JoostJM, Sure thing! Attached to this message is the White Matter mask and also the one I tried out first which is the CSF binary mask. [c3ro_paciente_AS0467_aligned.nii.gz](https://github.com/Radiomics/pyradiomics/files/5091412/c3ro_paciente_AS0467_aligned.nii.gz) [c4ro_paciente_AS0467_aligned.nii.gz](https://github.com/Radiomics/pyradiomics/files/5091408/c4ro_paciente_AS0467_aligned.nii.gz) BTW,...

Sure thing @TomAugspurger ```shell Running 0 Fold /home/makquel/anaconda3/envs/model_professor_2/lib/python3.8/site-packages/dask/array/slicing.py:1080: PerformanceWarning: Increasing number of chunks by factor of 14 p = blockwise( distributed.worker - WARNING - Compute Failed Function: cv_split args: (KFold(n_splits=2,...

@jsignell that sounds fair enough, but I think that one of the reasons to use a Categorizer -> DummyEncoder pipeline is to be able to fit a partition that hasn't...

@jsignell how can I contribute to dask-ml repo? Do I need to open a PR first in order to?

@jmajumde did you update your tensorflow_backend.py file as well?

This minor change helps to deal compatibility error from the most recent keras wrapper API. ```python AttributeError: module 'tensorflow' has no attribute 'get_default_graph' ``` However, other errors appear with TensorFlow...

@martindurant, Does, somehow, s3fs refers to a path as a dictionary? I made the following snippet to try to create a list of sub-folders inside a bucket path: ```python listdir_fn...

I found an interesting class that apparently works well for more complex search spaces: ```python class NumpyEncoder(json.JSONEncoder): def default(self, obj): if isinstance(obj, (np.int_, np.intc, np.intp, np.int8, np.int16, np.int32, np.int64, np.uint8,...

Hi, I've got the same issue, I'm currently using sklearn pipeline that has an undersample and oversample steps, however, the hierarchical steps have the same parameter `namespace`. ```python space =...