Closed akshaan closed 5 months ago
Yes, the publication of an npm is a work in progress.
I've pushed the current draft to npmjs. You can try it at:
https://www.npmjs.com/package/yggdrasil-decision-forests
Let me know if this works for you :)
@achoum This worked perfectly, thanks!
I'm using the Javascript API to run a decision forest model in a NodeJS server, and would like to include the code as an NPM dependency instead of bundling the minified JS and WASM files directly with the server source code. Are there any plans to publish an NPM package for this?