regression-multivariate-linear
regression-multivariate-linear copied to clipboard
Multivariate linear regression
Hi Thanks for the great lib. Is there a way to add weights to Y target values with MLR (inverse distance for example) ? Thanks
Hi Thanks for the great lib ! I need quantile regression, is there a way to make it with the linear multivariate package ? Thanks
the model not contain coefficient of determination value properties, please add
Production builds (`ng build --prod`) on Angular 7 cause the following run-time error: ``` ERROR TypeError: this.mulS is not a function at gt.neg (23.369596488ada8da4c33c.js:1) at new yt (23.369596488ada8da4c33c.js:1) at t.updatePredictions...
I'm import as in documentation in my component: ```ts import MLR from 'ml-regression-multivariate-linear'; ``` but when do ng serve give this error: ```powershell ERROR in ../node_modules/ml-regression-multivariate-linear/regression-multivariate-linear.d.ts:33:3 - error TS2666: Exports...
Hi @targos this isn't necessarily an issue, I was wondering if you think undefined values should throw an error? There are cases where dirty data (undefined values) causes the module...
I would love to add a constraint so that the weights are all positive. Doing some research it _seems_ like the way to do this is by modifying the error...
Hello. Is there an option to get the confidence interval in `mlr.predict()`? If not, might you be interested in a pull request implementing this?
I wanted to answer to #23 and realized that the whole package really lacks documentation. Typically for the `statistics` property, we have no description of any of the variables, and...