mattvan83

Results 5 issues of mattvan83

Hi @raamana , I got an error when trying to launch both multi-class or binary classifications using xgboost: ``` multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/homes_unix/mvanhoutte/Soft/anaconda3/envs/neuropredict/lib/python3.7/multiprocessing/pool.py", line 121,...

Hi Pradeep, For small and unbalanced dataset, do you recommend to use `-t 0.8` or `-t 0.9` ? Isn't possible to deactivate in the implemented pipeline the feature selection? If...

In order to cover many useful options of the recon-all process (as -bigventricles), add an `--fs-expert-file` argument to the command line, and then pass that through at the first `recon-all`...

freesurfer
effort:high
impact:medium

Hi, I used on OSX `pysurfer=0.11.dev0` with `python=3.6.10` and tried to display on Desikan parcellation values, containing both negative and positives values, using the following code: ``` coef_lh_parcel = np.array([...

Hello, After having install PySurfer according guidelines on OSX 10, I wanted to run the simple plot_basics.py example and got this error: ``` python plot_basics.py Traceback (most recent call last):...