Zvi Baratz
Zvi Baratz
Closes #605.
Python packaging is moving towards ditching the `setup.py` file altogether and using `pyproject.toml` and `setup.cfg`. Would it be a welcome PR if I replace the existing `setup.py` with the new...
Hi all, I'm copying [my bug report from KDE's board](https://bugs.kde.org/show_bug.cgi?id=414956), which was determined to originate from cryfs. Unfortunately, I'm not sure what cryfs version I was using, but it should...
Replaced `sklearn`'s `SCORERS` attribute with a locally generated one.
Usage of of `SCORERS` in [`tpot.metrics`](https://github.com/EpistasisLab/tpot/blob/435dc100ee9ee40b9e5a44f70e62ed1a659c86cd/tpot/metrics.py#L27) causes sklearn to raise: ```sh FutureWarning: sklearn.metrics.SCORERS is deprecated and will be removed in v1.3. Please use sklearn.metrics.get_scorer_names to get a list of available...
_(This issue also related to issue #797)_ Hi, I would like to propose trying to make the Pythonic interface with `anat_qc_workflow()` and `fmri_qc_workflow()` easier to use independently of the CLI...
Hi all, Thank you for all your incredible work! I am hoping to use the SurfaceViewer in [our lab](http://neuroimaging.tau.ac.il/)'s website, and I was wondering whether there's some sort of recommended...
Hey all, I have a fresh install of Atom 1.23.3 and I've installed the linter-flake8 package and its dependencies. I shouldn't have nor did I manage to find any alternative...
Resolve #970 by implementing @oesteban's suggestion in https://github.com/nipreps/mriqc/issues/970#issuecomment-1215721010.
Hi there, I am using Linux Mint 18.2 with node v9.8.0 and npm v5.6.0. I'm trying to run npm install and I get the following message: > [email protected] postinstall /home/flavus/PycharmProjects/mongotron...