You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project, I want to predict if someone has ASD from resting state fMRI data. I am new to machine learning, so I am unsure which classifier to use for that. @illdopejake can you maybe point me to a resource that could help me in my decision?
The text was updated successfully, but these errors were encountered:
Hi Mikkel, that's a great question. I think a good place to start would be this chart from the sklearn website and tutorials (generally a great resource).
Unless you have an enormous amount of data, you are probably best off using a simple algorithm like Linear SVC or Logistic Regression.
In my project, I want to predict if someone has ASD from resting state fMRI data. I am new to machine learning, so I am unsure which classifier to use for that. @illdopejake can you maybe point me to a resource that could help me in my decision?
The text was updated successfully, but these errors were encountered: