ramp-kits / autism

Data Challenge on Autism Spectrum Disorder detection
https://paris-saclay-cds.github.io/autism_challenge/
67 stars 43 forks source link

Is coding in R( in r studio) allowed ? #31

Open priyankagagneja opened 6 years ago

priyankagagneja commented 6 years ago

Since I am more efficient working in R than Python, can I implement my algorithms in R/RStudio ( including replicating the starter kit).

Please guide.

coolspiderghy commented 6 years ago

Following the above question, would the organizer can show us which python packages (the list of all the packages) are available on the ramp server? for instance, do you have xgboost or keras and mxnet on the server? Because I would like to use these packages mentioned before.

glemaitre commented 6 years ago

@coolspiderghy please refer to

https://github.com/ramp-kits/autism/blob/master/ami_environment.yml

To see which package are installed. You can make a PR with additional package if you need them.

glemaitre commented 6 years ago

@priyankagagneja our backend will surely not work with R studio and it will require quite a lot of changes which are not possible for this challenge.

coolspiderghy commented 6 years ago

thx, that is very helpful.