rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 159: | Line 159: | ||
<!--T:36--> | <!--T:36--> | ||
All estimators in | All estimators in Snap ML support thread parallelism, which can be controlled via the <code>n_jobs</code> parameter. Setting this parameter to the number of cores available in your job will typically deliver a good speedup relative to the scikit-learn implementation of the same estimator. The following is a performance comparison of <code>Ridge</code> between scikit-learn and Snap ML. | ||
<!--T:37--> | <!--T:37--> |