Daniel Kostro

Results 30 comments of Daniel Kostro

Hello @chidokun, What exactly is the difference between the case that works and the one that doesn't? Can you provide a model file and a code snippet that reproduces the...

Seems it would be easy to add this approach to multi class prediction http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/#_dag_approach_for_multiclass_classification

Hi @log69! Multi classification is already supported. Check out [the website](https://mljs.github.io/libsvm/#/SVC), it demonstrate classification with up to 5 different labels (you can click the color labels at the bottom of...

Hi @log69 We are using this thread for something completely off topic, could you please create new issues if you have further questions / requests? Thank you! Regarding your question,...

Have you tried using the static `load` method on the SVM class? https://github.com/mljs/libsvm/blob/bcbc9cae66552ce44b8f061e9d95863c10886b8a/src/loadSVM.js#L250 It should work even though you might run into issues if the serialized model is very big

What is random partition? @maasencioh

thanks @maasencioh I implemented kmeans++ and made it the default init algo. It was converging faster than the other methods.

I think that's a very good idea. People will be familiar with the API. I think most people doing ML have worked with python and scikit before. @maasencioh we've been...

Hi @yawetse > How cumbersome would it be to add the wcss to the KMeansResult? That should be easy. The output with the centroids could contain an additional property for...

`Model.query().distinct()`