ai-on-browser.github.io
ai-on-browser.github.io copied to clipboard
Machine learning and data analysis package implemented in JavaScript and its online demo.
### Suggestion feature Change dynamic import of library section to static import. ### Is this a feature to be added to the GUI or to the package? package
### Suggestion feature Make the model constructor take an object as its argument. ### Is this a feature to be added to the GUI or to the package? package
Add STING (STatistical INformation Grid-based method) clustering method.
### Suggestion feature If only some eigenvectors are needed, calculate only what is needed. ### Is this a feature to be added to the GUI or to the package? package
### Suggestion feature Improve some test ### Is this a feature to be added to the GUI or to the package? package
### What happened? Following error occured ``` TypeError: MathJax.typesetPromise is not a function at set detail (model_selector.js:1:19398) at Reflect.set () at MutableReactiveHandler.set ([email protected]:879:30) at Object.default [as kmeans] (kmeans.js:1:577) at u.setModel...
Resolve #1022 . Changes proposed in this pull request: - Use vitest for lib test
### Suggestion feature Use vitest for tests ### Is this a feature to be added to the GUI or to the package? package, GUI