rsmtool
rsmtool copied to clipboard
A Python package to facilitate research on building and evaluating automated scoring models.
The basic idea is that one of the outputs of running RSMTool should be a model file that can be loaded and used immediately with the same type of raw...
The initial version of RSMTool cross-validation (rsmxval) does not support customizing report sections in any form. Support for this should be added in the next version.
@desilinguist , This PR addresses #530 and since we're also planning to include flynt as part of the pre-commit hooks (PR #551 ), I've branched off of that branch and...
@desilinguist , This PR addresses #550. I've run flynt on the codebase and added it to the pre-commit config. I see that there is no existing pre-commit config to this...
- [ ] Apply black to the existing codebase - [ ] Make black a part of pre-commit checks.
https://pypi.org/project/flynt/
FAQ
This PR addresses #547 - Create an FAQ page with common questions based on internal channels - Add internal anchors as necessary - Update packages to use sphinx-panels Opening the...
https://github.com/release-drafter/release-drafter
There are a few questions that came up recently as new users were using the tool - it would be good to document them under FAQ.
We want to refactor `compute_and_save_predictions` into three separate steps: (a) Read in model parameters from file into memory. (b) Apply preprocessing, generate predictions and post-process predictions using model parameters stored...