https://github.com/xiaohk/isotonic.js
Isotonic Regression with WebAssembly
https://github.com/xiaohk/isotonic.js
Last synced: 7 months ago
JSON representation
Isotonic Regression with WebAssembly
- Host: GitHub
- URL: https://github.com/xiaohk/isotonic.js
- Owner: xiaohk
- Created: 2021-06-05T19:07:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T05:22:31.000Z (about 4 years ago)
- Last Synced: 2025-02-17T04:44:05.986Z (over 1 year ago)
- Language: WebAssembly
- Size: 202 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# isotonic.js
[](https://github.com/xiaohk/isotonic.js/actions)
A WebAssembly library to run [Isotonic Regression](https://en.wikipedia.org/wiki/Isotonic_regression) in your browser or with node.js. Isotonic regression is especially helpful when you want to fit a non-linear **monotonic** model for your observations.