pca icon indicating copy to clipboard operation
pca copied to clipboard

Needs: Debug mode

Open m4recek opened this issue 1 year ago • 0 comments

We just found out that this is generating 10 milion logs in our production environment, costing around $100 in few days, can you introduce debug mode?

It should be enough to to not print results inside the calculation:

function computeSVD(matrix) {
        console.log(result)

and

function analyseTopResult(data) {
        console.log('Sorted Vectors', sorted);

m4recek avatar Nov 26 '24 16:11 m4recek