param087 / swiftML

Swift library for Machine Learning
Apache License 2.0
59 stars 8 forks source link

Linear regression implementation. #5

Closed param087 closed 4 years ago

param087 commented 4 years ago

4

dan-zheng commented 4 years ago

I pushed some commits with changes.

Notable changes:

@param087: could you please review the changes to see if they make sense?

I saw that many PRs depend on Helpers.swift - could you please open a separate PR containing just Helpers.swift? Let's try to merge that PR ASAP to unblock your progress.

I have some more feedback regarding LinearRegression.swift, commenting soon.