mljs / ml

Machine learning tools in JavaScript
MIT License
2.63k stars 210 forks source link

Logarithmic regression is not Found. It has been implemented? #181

Open DoubleCorner opened 2 years ago

targos commented 2 years ago

Is it different to the logistic regression (which we have)?

DoubleCorner commented 2 years ago

Logarithmic regression is not the logistic regression, Logarithmic regression is like y = a + blnx, like to linear regression. We have the logistic regression. can you setup the project regression-logarithmic, then I can implement it. @targos

DoubleCorner commented 2 years ago

@targos https://github.com/DoubleCorner/regression-logarithmic I have implemented it ~

Aterolite24 commented 6 months ago

Hello, If there is anything remaining related to this issue, please let me know. Thank you.