Luc Patiny
Luc Patiny
Would be nice to have the following methods - [x] PCA - [ml-pca](https://github.com/mljs/pca) - [x] Singular Value Decomposition (SVD) - [ml-matrix](https://github.com/mljs/matrix/blob/master/src/dc/svd.js) - [x] Eigen Decomposition - [ml-matrix](https://github.com/mljs/matrix/blob/master/src/dc/evd.js) - [ ]...
A C example that could be used as web assembly but requires an external library for mathematical operations. https://www.cs.virginia.edu/~jdl/nmf/
Before you start please have a loot at: - https://github.com/cheminfo/generator-cheminfo/blob/main/START.md - https://github.com/cheminfo/generator-cheminfo/blob/main/ts-migration.md
We have currently a demonstration of the tool on: http://www.cheminfo.org/ML/Regression/Simple_Linear_Regression/index.html?viewURL=https%3A%2F%2Fcouch.cheminfo.org%2Fcheminfo-public%2F420cf9177e43f89292d5ca966213ab06%2Fview.json%3Frev%3D1-6a4f3bb721b7976d9ff3e346a2fe2a07 But it is quite old and should be updated to show all the possibilities of the regression package. I would...
Would be nice that in the model you directly return as well the error Which error should be calculated ? Currently in the iamage project there is this: ``` var...
The branch ridge-regression is kernel ridge-regression Implement : http://www.mathworks.com/matlabcentral/fileexchange/31636-2d-polynomial-fitting-with-svd
The implemented algorithm is - https://en.wikipedia.org/wiki/Pearson%27s_chi-squared_test Not obvious if the currently implemented pearson should stay in this package of move to the "stat" package (to be discussed ...) And it...
https://github.com/mljs/savitzky-golay/blob/master/src/index.js#L62 What should be done: - throw a range error before ? - automatically correct the options ?