ai-on-browser.github.io icon indicating copy to clipboard operation
ai-on-browser.github.io copied to clipboard

Machine learning and data analysis package implemented in JavaScript and its online demo.

Results 8 ai-on-browser.github.io issues
Sort by recently updated
recently updated
newest added

### 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

enhancement

### 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

enhancement

Add STING (STatistical INformation Grid-based method) clustering method.

enhancement
package
gui

### 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

enhancement

### Suggestion feature Improve some test ### Is this a feature to be added to the GUI or to the package? package

enhancement

### 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...

bug

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

enhancement