mljs / ml

Machine learning tools in JavaScript
MIT License
2.63k stars 210 forks source link

Is it possible to stipulate the CPU number #182

Open syedzayyan opened 11 months ago

syedzayyan commented 11 months ago

Hello!

sklearn has a jobs feature that can be used to control the number of CPUs that could be used. Could the same be used with mljs, specifically the Random Forest model?