js-regression
js-regression copied to clipboard
Package provides javascript implementation of linear regression and logistic regression
hi, While we understand the model.fit(trainingData) will return a "model" json, how can we reuse this model next time, assuming i saved this JSON locally, so that i don't create...
Would like to be able to get the equation of the curve that was calculated. Or the coefficients of the polynomials used to build the curve.  
However, if I try a simple model like y= mx+c, then it gives some weights but never gets the y-intercept right. It's always close to zero. I did try playing...