EducationalTestingService / rsmtool

A Python package to facilitate research on building and evaluating automated scoring models.
https://rsmtool.readthedocs.io
Apache License 2.0
65 stars 17 forks source link

Look into parallelization #334

Open aloukina opened 4 years ago

aloukina commented 4 years ago

[JIRA] Perhaps, we can use multiprocessing or multithreading to speed up model training, report generation etc.

This might be relevant: http://ipyparallel.readthedocs.io/en/latest/intro.html

desilinguist commented 3 years ago

See also #180