Victor Zhou

Results 7 comments of Victor Zhou

I thought about removing function calls, but inlining function bodies gets tricky. For example, consider this scenario: ```javascript let x = 1; const f1 = a => a + x;...

Yeah you're right, arrow functions probably wouldn't be hard to inline + are pretty widely used. Think I'm going to stick with preallocation for `array-map`, it may be true that...

sure could, would love a PR on this if you want to tackle it

Hey, thanks for the comment. I do have all of that code but unfortunately it's a bit scattered and not really in good shape to be uploaded to the repo....

@alexandrduduka this library is based on scikit-learn's [LinearSVC](https://scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html) class, so I'd recommend playing with that if you want to reproduce something similar. As far as improving precision, there are lots...

(note: I'm not actually active on `ramda` types in DefinitelyTyped, I just happened to submit the most recent small change I think) I support this in general but have a...

Hey! This is a known issue, thanks for the report.