statistical-classifier icon indicating copy to clipboard operation
statistical-classifier copied to clipboard

A PHP implementation of a Naive Bayes statistical classifier, including a structure for building other classifiers, multiple data sources and multiple caching backends.

Results 6 statistical-classifier issues
Sort by recently updated
recently updated
newest added

Hi man, I'm asking if you are willing to update php version to `>8` or, in alternative, are you going to accept any PR updating?

Sorry if this should've been obvious. I'm trying the svm examples but it says SVM not found, then I figured out that I need libsvm to be installed. I already...

Would it be possible to get a percentage out of the classifier, like: ``` "ham" => "0,7" "spam" => "0,3" ```

I get the error `Unrecognized options "0, 1, 2" under "datasource.ok"` when trying to initiate a new `DataArray` with the result of `getData()` being passed to its constructor. ``` php...

Hi, Can we somehow read an existing model and append to it? Thanks and Regards, Sonal

enhancement

Work in progress, just to know if you like this lead...