benchmark_rsfMRI_prediction
benchmark_rsfMRI_prediction copied to clipboard
Minimal scripts available for predictions on multiple datasets
I coundn't find the csv file in ADNI website. Though some I found is relevent(include DX_Group but have no relevant Image_ID) Could you just email to me the csv above?...
Dear Authors, Thank you for sharing such a comprehensive code and documentation. However, if you could provide the scripts used to extract the time-series for each atlas such as BASC...
Hi, would it be possible to provide the version for each dependency ? If I am not mistaken, I could not find those in the repo. In particular, the scripts...
Running predictions: with atlas: AAL --------------------------------------------------------------------------- ValueError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_1920/1983190910.py in 4 5 _, classes = np.unique(diagnosis, return_inverse=True) ----> 6 iter_for_prediction = cv.split(timeseries, classes) 7 8 for...
Hi , I am getting error as No module find urllib2 in following code from downloader import fetch_abide my python version is 3.9. urllib3 successfully installed but while installing urllib2...
Hi, I just looked through your very interesting [neuro-imaging paper](https://www.sciencedirect.com/science/article/pii/S1053811919301594) and saw that you recommend using tangent-embeddings as a connectivity measure for classification. In this paper (Appendix A) you state...