Heather Arthur
Heather Arthur
Hm, this is a tough one. This query for this list is non-obsolete patches by you, with an r+, on bugs that are new, unconfirmed, reopened, or assigned that also...
Do you do anything to the bug to mark that it's been checked in to inbound?
Agreed, but I'd want the glowy yellow highlight around the new items to stay until blur.
Hmm, maybe an option. I prefer it newer to older myself, like an inbox. Would that change for every tab at once, or per-tab?
Good catch, it seems like it should show number of patches for the review tab, and affects Nags and Respond tab as well.
@christopherdebeer good point. I think more of them should actually move to the `train()` call, with maybe the `hiddenLayers` option sticking with the network initialization.
Thanks for the pull request. I'm no longer actively maintaining this repo. Try [natural](https://github.com/NaturalNode/natural)'s Bayesian classifier for an alternative.
I think @benjeffery's method would work fine all the way. A more obvious method would be ideal though, something like: ``` javascript var colors = [ { id: "blue", value:...
Yeah, it sounds like it's not converging. A max limit based on the number of items would be good. Also try using a different `k`.
Sorry, just came across this again! I meant `k` as in number of clusters, should have specified. The limit would be on the number of iterations. In the k-means algorithm...