Zvi Baratz

Results 37 comments of Zvi Baratz

@mckenziephagen I think it just means that the `execution` class' `log_level` paramater will be assigned the appropriate value, @oesteban is that correct? I'm on vacation until beginning of September, but...

If I understand correctly, I think it might be best to create an environment variable to set the desired log level (e.g. `MRIQC_LOG_LEVEL`) and then read it within the module...

I haven't really given it much thought so far, but I definitely support the idea. Do you think a separate package will be better? I feel like it could probably...

@matthew-brett / @moloney / @effigies If DICOM related functionality is moved to dicom_parser, do you still think the `MetaSummary` implementation will be required? I feel like we could simply cache...

The idea is that there will be a `Dataset` class which will receive a root directory and iterate its files to create the representations for the contained series. When a...

I see. I'll be working on the issues that are already piling up in dicom_parser for the next couple of weeks, after that I'll start thinking on how this would...

Are we talking about a single DICOM series that is larger than memory? I'm not really familiar with any clean, existing way to handle larger-than-memory data structures without introducing `dask`...

None of the above. I do have a config.py file, however, I even tried renaming that file and still no luck. Here's the root tree: ![image](https://user-images.githubusercontent.com/22370149/34814312-d7e30162-f6b5-11e7-9bc1-852448166ed6.png) Perhaps it is worth...

I only tried changing the line length due to the E501 ignore failure, and frankly, I only tried to ignore E501 because wrapping didn't solve it. I was also surprised...

Hi @weixuanfu, I am getting the same message (though it doesn't seem to stop iteration) with a dataset containing ~600 observations and ~1200 features (tpot `0.11.7`). I think it might...