ml_algo icon indicating copy to clipboard operation
ml_algo copied to clipboard

Machine learning algorithms in Dart programming language

Results 9 ml_algo issues
Sort by recently updated
recently updated
newest added

Hello ! I have been using flutter on my free time and found out about this interesting library. As a side project, I would like to add an implementation of...

Is there a way to get the path down the tree for a prediction from the decision tree? I can import the implementation, copy/paste the predict method and add nodes...

I want to return the nearest neighbor to my data point. However, it is returning the wrong one. I tried returning multiple nearest neighbors and there also seem to be...

bug