1
votes

I want to use Weka to do linear regression. I have already writing the java program to create a .arff dataset with all input features. I opened the .arff file. Under classify, I click "choose" under classifier and tried to find the linear regression but it is blank. I know it is suppose to have a list of algorithms when click choose, but I found blank page. I would like to know is there anything wrong with my operation or my weka installation?

1

1 Answers

0
votes

There should be a drop down window with a list of classifiers. You may want to check your Weka installation, Java installation, and maybe your resolution / dpi scaling (maybe try a lower resolution if you are on a high dpi screen, or 100% / normal dpi scaling) to see if there is a problem with the way Weka is rendering the GUI.

Weka Choose Classifier