rsmtool
rsmtool copied to clipboard
A Python package to facilitate research on building and evaluating automated scoring models.
See these refs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html This is in-line with the latest python packaging recommendations.
Once numpy 2 has been out for a while, we should make sure that RSMTool works with numpy 2 and drop support for numpy 1, unless there's some serious issues...
Excluded feature columns (e.g. for non numeric values) are only printed to STDOUT- would be helpful to add a table of these column to the data description section of the...
Currently, we don't log all intermediate files from `rsmxval` and `rsmexplain` to W&B. For example, it would be useful to log the folds reports and intermediate files from `rsmxval` and...
Closes #689 I added an example to demonstrate that it is possible to convert an RSMTool model to ONNX. I just implemented the transformations to make the conversion work for...
rsmtools has many large dependencies. Many of them are not needed at inference time. It would be nice to either: 1. Use the pip compatible install options like `pip install...