Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which classifier to use? #5

Open
mschoettner opened this issue May 22, 2020 · 2 comments
Open

Which classifier to use? #5

mschoettner opened this issue May 22, 2020 · 2 comments

Comments

@mschoettner
Copy link
Collaborator

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?

@illdopejake
Copy link

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.

@mschoettner
Copy link
Collaborator Author

Thanks, that's a neat little graph!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants