Zvi Baratz

Results 37 comments of Zvi Baratz
trafficstars

@sheikhartin I figure you and @sonichi already discussed this in your conversation, but any chance you could briefly explain here the benefit of adding these? Assuming a user installed `flaml`...

@sheikhartin no offence taken, and I hope it's clear I wasn't trying to be offensive either. I think the discussion regarding the differences between `pycaret` and `flaml` is somewhat out...

@qingyun-wu thank you for catching this - installing in editable mode without `setup.py` requires a relatively recent version of `pip`. I added an update command to pip prior to the...

@sonichi glad to hear, and I would be happy to become a maintainer. I am using flaml as part of my PhD, studying the individuality of anatomical MRI-derived features and...

@arnau126 @auvipy Was this not merged into master already? I have `django-celery-results` installed from `master` but it seems this is still the case.

@arnau126 I've tried installing again from `master` and experimenting a bit, I still can't seem to be able to return a dict. My particular use case is with `celery.starmap` tasks...

I'm sorry that I'm unable to contribute in solving this (due to current lack of time and experience with `celery`'s codebase), however, I would be happy to help in validating...

In my opinion this would fit better in the [First Steps with Django](https://docs.celeryproject.org/en/stable/django/first-steps-with-django.html#using-celery-with-django) page rather than in this package's docs.

@effigies, indeed. Just to make sure I understand - each of the workflow functions relies on the [`init_mriqc_wf()`](https://github.com/poldracklab/mriqc/blob/b21957f6aa3d1c90841ae32d63b644665c1de098/mriqc/workflows/core.py#L9) function having been called, which creates a parent `nipype.pipeline.engine.Workflow` instance and adds...

After a quick discussion with @oesteban via email - I managed to run `mriqc` through the CLI on my BIDS-_ish_ NIfTI format archive. It's a little hacky but it works....