Re: Does Weka do assumption check?

Michael Hall <[email protected]> Sat, 26 Aug 2023 07:22:09 -0500
Newsgroups gmane.comp.ai.weka
Message-ID <[email protected]>

> On Aug 24, 2023, at 6:28 PM, Shi, Catherine <[email protected]> wrote:
> 
> Yes. Does Weka support these? Thanks!

I had a little trouble understanding the question. Any implementation of linear regression is going to make these assumptions. They are not going to check them. Normally it is up to you to decide if the assumptions are met and you want to use linear regression. Probably more normally you just try linear regression and see what results you get and don’t worry about the assumptions. 

Pre-checking if the assumptions are met is sort of an interesting idea. I think Eibe was trying to show how you could do this with Weka. 

There are many other classifiers that can be used so it usually easier just to try a few and see which perform best. Weka’s experimenter can be used for this. Or just repeated trial and error. You can also ensemble or use multiple classifiers together to improve performance.

If linear regression is a requirement and you want to be diligent in checking the assumptions. Eibe’s s suggestions would be the way to go.



_______________________________________________
Wekalist mailing list -- [email protected]
Send posts to [email protected]
To unsubscribe send an email to [email protected]
To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html