fiebrink1 / wekinator

The current version of the Wekinator. It used to be mini, now it's not, but it still lives here.
http://www.wekinator.org/
GNU General Public License v2.0
293 stars 50 forks source link

Choose the type of algorithms to run #23

Closed muziker closed 3 years ago

muziker commented 3 years ago

The wekinator used to have a bunch of options to choose the type of algorithm to run for the different inputs like svm,knn, etc. Now, there's only neural networks, linear/polynomial regression. Have the other algorithms been removed?

fiebrink1 commented 3 years ago

These classifiers are available when you choose classification. NNs and regression are when you've chosen regression (continuous models).