Alexandre Gramfort

Results 34 issues of Alexandre Gramfort

building the doc with: `make html-noplot` generates many warnings: ``` /Users/alex/work/src/POT/ot/bregman.py:docstring of ot.bregman.barycenter_sinkhorn:38: WARNING: Duplicate explicit target name: "3". /Users/alex/work/src/POT/ot/bregman.py:docstring of ot.bregman.barycenter_stabilized:41: WARNING: Duplicate explicit target name: "3". /Users/alex/work/src/POT/ot/bregman.py:docstring of...

bug
help wanted

in an attempt to improve the plot_sleep_staging.py example I added more subjects. Doing so I get a model that does not learn at all... @hubertjb @gemeinl @robintibor can you replicate?...

we want to use cvxpylayers to compute the gradient of a test loss w.r.t. the regularization parameter used on the train data for sparse models (Lasso and L1 regularized logistic...

when playing with OrthoSlicer3D I observe that the interactions (clicking to change slices) does not work with osx backend (no reactions to click) and half broken when using qt backend...

what are the naming convention for functions? - is seems weird that get_spectra is the only name that starts with get_*. Why not spectra? - functions that returns similar quantities...

we could use https://pypi.org/project/PyBenchFCN/1.0.0/ to demo a global optimisation benchmark with benchopt.

we should add the dataset to our examples: https://openneuro.org/datasets/ds004107/

playing with ds003775 I see that units say the data in the edf file are in uV but it's read by `read_raw_bids` as V. ```bash openneuro-py download --dataset=ds003775 --include=sub-001 ```...