rsmtool


Namersmtool JSON
Version 12.0.0 PyPI version JSON
download
home_pagehttp://github.com/EducationalTestingService/rsmtool
SummaryRater scoring modeling tool
upload_time2024-03-11 21:27:36
maintainerNitin Madnani
docs_urlNone
author
requires_python
licenseApache 2
keywords scoring modeling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Rater Scoring Modeling Tool
---------------------------

.. image:: https://gitlab.com/EducationalTestingService/rsmtool/badges/main/pipeline.svg
   :target: https://gitlab.com/EducationalTestingService/rsmtool/-/pipelines
   :alt: Gitlab CI status

.. image:: https://dev.azure.com/EducationalTestingService/RSMTool/_apis/build/status/EducationalTestingService.rsmtool
   :target: https://dev.azure.com/EducationalTestingService/RSMTool/_build?view=runs
   :alt: Azure Pipeline status

.. image:: https://codecov.io/gh/EducationalTestingService/rsmtool/branch/main/graph/badge.svg?token=wMCnQrB49J
   :target: https://codecov.io/gh/EducationalTestingService/rsmtool
   :alt: Coverage status

.. image:: https://img.shields.io/conda/v/ets/rsmtool.svg
   :target: https://anaconda.org/ets/rsmtool
   :alt: Conda package for SKLL

.. image:: https://img.shields.io/readthedocs/rsmtool/v11.3.0.svg
   :target: https://rsmtool.readthedocs.io
   :alt: Docs

.. image:: https://img.shields.io/badge/DOI-10.21105%2Fjoss.00033-blue.svg
   :target: http://joss.theoj.org/papers/10.21105/joss.00033
   :alt: DOI for citing RSMTool

.. image:: https://img.shields.io/pypi/pyversions/rsmtool.svg
   :target: https://pypi.org/project/rsmtool/
   :alt: Supported python versions for RSMTool

.. image:: https://img.shields.io/pypi/v/rsmtool.svg
   :target: https://pypi.org/project/rsmtool/
   :alt: Latest version on PyPI

.. image:: https://img.shields.io/pypi/l/rsmtool.svg
   :alt: License

Introduction
------------

Automated scoring of written and spoken test responses is a growing field in educational natural language processing. Automated scoring engines employ machine learning models to predict scores for such responses based on features extracted from the text/audio of these responses. Examples of automated scoring engines include `Project Essay Grade <http://pegwriting.com/about>`_ for written responses and `SpeechRater <https://www.ets.org/research/policy_research_reports/publications/report/2008/hukv>`_ for spoken responses.

Rater Scoring Modeling Tool (RSMTool) is a python package which automates and combines in a single pipeline multiple analyses that are commonly conducted when building and evaluating such scoring models.  The output of RSMTool is a comprehensive, customizable HTML statistical report that contains the output of these multiple analyses. While RSMTool does make it really simple to run a set of standard analyses using a single command, it is also fully customizable and allows users to easily exclude unneeded analyses, modify the default analyses, and even include custom analyses in the report.

We expect the primary users of RSMTool to be researchers working on developing new automated scoring engines or on improving existing ones. Note that RSMTool is not a scoring engine by itself but rather a tool for building and evaluating machine learning models that may be used in such engines.

RSMTool is driven by a configuration file that users have to supply. Given the large number of available options, this can get complicated especially for new users. That's why RSMTool can help users generate configuration files interactively via guided prompts! The video below demonstrates this feature.

.. image:: https://raw.githubusercontent.com/EducationalTestingService/rsmtool/main/doc/assets/demo.gif
   :alt: Interactive Generation Demo Video

Getting Started
---------------

To get started with RSMTool, please see the extensive `official documentation <https://rsmtool.readthedocs.io>`_.  If you use the `Dash <https://kapeli.com/dash>`_ app on macOS, you can also download the complete RSMTool documentation for offline use. Go to the Dash preferences, click on "Downloads", then "User Contributed", and search for "RSMTool".


Requirements
------------

- ``ipython``
- ``jupyter``
- ``notebook``
- ``numpy<2``
- ``openpyxl``
- ``pandas``
- ``python>=3.8``
- ``scikit-learn``
- ``scipy``
- ``seaborn``
- ``shap``
- ``skll==4.0.1``
- ``statsmodels``
- ``wandb``
- ``xlrd``
- ``xlwt``

Contributing
------------
Contributions to RSMTool are very welcome. Please refer to the `documentation <https://rsmtool.readthedocs.io/en/main/contributing.html>`_ for how to get started on developing new features or functionality for RSMTool.

Citing
------
If you are using RSMTool in your work, you can cite it as follows:

MLA
===
Madnani, Nitin and Loukina, Anastassia. "RSMTool: A Collection of Tools for Building and Evaluating Automated Scoring Models". Journal of Open Source Software 1(3), 2016.

BibTex
======

.. code:: bib

  @article{MadnaniLoukina2016,
    doi = {10.21105/joss.00033},
    url = {http://dx.doi.org/10.21105/joss.00033},
    year  = {2016},
    month = {jul},
    publisher = {The Open Journal},
    volume = {1},
    number = {3},
    author = {Nitin Madnani and Anastassia Loukina},
    title = {{RSMTool}: A Collection of Tools for Building and Evaluating Automated Scoring Models},
    journal = {{Journal of Open Source Software}}
  }


Changelog
---------
See `GitHub Releases <https://github.com/EducationalTestingService/rsmtool/releases>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/EducationalTestingService/rsmtool",
    "name": "rsmtool",
    "maintainer": "Nitin Madnani",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "nmadnani@ets.org",
    "keywords": "scoring modeling",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/79/c2/8992752dd5662c5edc270adf3715d83f596749e825ab86c7970d6942635f/rsmtool-12.0.0.tar.gz",
    "platform": null,
    "description": "Rater Scoring Modeling Tool\n---------------------------\n\n.. image:: https://gitlab.com/EducationalTestingService/rsmtool/badges/main/pipeline.svg\n   :target: https://gitlab.com/EducationalTestingService/rsmtool/-/pipelines\n   :alt: Gitlab CI status\n\n.. image:: https://dev.azure.com/EducationalTestingService/RSMTool/_apis/build/status/EducationalTestingService.rsmtool\n   :target: https://dev.azure.com/EducationalTestingService/RSMTool/_build?view=runs\n   :alt: Azure Pipeline status\n\n.. image:: https://codecov.io/gh/EducationalTestingService/rsmtool/branch/main/graph/badge.svg?token=wMCnQrB49J\n   :target: https://codecov.io/gh/EducationalTestingService/rsmtool\n   :alt: Coverage status\n\n.. image:: https://img.shields.io/conda/v/ets/rsmtool.svg\n   :target: https://anaconda.org/ets/rsmtool\n   :alt: Conda package for SKLL\n\n.. image:: https://img.shields.io/readthedocs/rsmtool/v11.3.0.svg\n   :target: https://rsmtool.readthedocs.io\n   :alt: Docs\n\n.. image:: https://img.shields.io/badge/DOI-10.21105%2Fjoss.00033-blue.svg\n   :target: http://joss.theoj.org/papers/10.21105/joss.00033\n   :alt: DOI for citing RSMTool\n\n.. image:: https://img.shields.io/pypi/pyversions/rsmtool.svg\n   :target: https://pypi.org/project/rsmtool/\n   :alt: Supported python versions for RSMTool\n\n.. image:: https://img.shields.io/pypi/v/rsmtool.svg\n   :target: https://pypi.org/project/rsmtool/\n   :alt: Latest version on PyPI\n\n.. image:: https://img.shields.io/pypi/l/rsmtool.svg\n   :alt: License\n\nIntroduction\n------------\n\nAutomated scoring of written and spoken test responses is a growing field in educational natural language processing. Automated scoring engines employ machine learning models to predict scores for such responses based on features extracted from the text/audio of these responses. Examples of automated scoring engines include `Project Essay Grade <http://pegwriting.com/about>`_ for written responses and `SpeechRater <https://www.ets.org/research/policy_research_reports/publications/report/2008/hukv>`_ for spoken responses.\n\nRater Scoring Modeling Tool (RSMTool) is a python package which automates and combines in a single pipeline multiple analyses that are commonly conducted when building and evaluating such scoring models.  The output of RSMTool is a comprehensive, customizable HTML statistical report that contains the output of these multiple analyses. While RSMTool does make it really simple to run a set of standard analyses using a single command, it is also fully customizable and allows users to easily exclude unneeded analyses, modify the default analyses, and even include custom analyses in the report.\n\nWe expect the primary users of RSMTool to be researchers working on developing new automated scoring engines or on improving existing ones. Note that RSMTool is not a scoring engine by itself but rather a tool for building and evaluating machine learning models that may be used in such engines.\n\nRSMTool is driven by a configuration file that users have to supply. Given the large number of available options, this can get complicated especially for new users. That's why RSMTool can help users generate configuration files interactively via guided prompts! The video below demonstrates this feature.\n\n.. image:: https://raw.githubusercontent.com/EducationalTestingService/rsmtool/main/doc/assets/demo.gif\n   :alt: Interactive Generation Demo Video\n\nGetting Started\n---------------\n\nTo get started with RSMTool, please see the extensive `official documentation <https://rsmtool.readthedocs.io>`_.  If you use the `Dash <https://kapeli.com/dash>`_ app on macOS, you can also download the complete RSMTool documentation for offline use. Go to the Dash preferences, click on \"Downloads\", then \"User Contributed\", and search for \"RSMTool\".\n\n\nRequirements\n------------\n\n- ``ipython``\n- ``jupyter``\n- ``notebook``\n- ``numpy<2``\n- ``openpyxl``\n- ``pandas``\n- ``python>=3.8``\n- ``scikit-learn``\n- ``scipy``\n- ``seaborn``\n- ``shap``\n- ``skll==4.0.1``\n- ``statsmodels``\n- ``wandb``\n- ``xlrd``\n- ``xlwt``\n\nContributing\n------------\nContributions to RSMTool are very welcome. Please refer to the `documentation <https://rsmtool.readthedocs.io/en/main/contributing.html>`_ for how to get started on developing new features or functionality for RSMTool.\n\nCiting\n------\nIf you are using RSMTool in your work, you can cite it as follows:\n\nMLA\n===\nMadnani, Nitin and Loukina, Anastassia. \"RSMTool: A Collection of Tools for Building and Evaluating Automated Scoring Models\". Journal of Open Source Software 1(3), 2016.\n\nBibTex\n======\n\n.. code:: bib\n\n  @article{MadnaniLoukina2016,\n    doi = {10.21105/joss.00033},\n    url = {http://dx.doi.org/10.21105/joss.00033},\n    year  = {2016},\n    month = {jul},\n    publisher = {The Open Journal},\n    volume = {1},\n    number = {3},\n    author = {Nitin Madnani and Anastassia Loukina},\n    title = {{RSMTool}: A Collection of Tools for Building and Evaluating Automated Scoring Models},\n    journal = {{Journal of Open Source Software}}\n  }\n\n\nChangelog\n---------\nSee `GitHub Releases <https://github.com/EducationalTestingService/rsmtool/releases>`_.\n",
    "bugtrack_url": null,
    "license": "Apache 2",
    "summary": "Rater scoring modeling tool",
    "version": "12.0.0",
    "project_urls": {
        "Homepage": "http://github.com/EducationalTestingService/rsmtool"
    },
    "split_keywords": [
        "scoring",
        "modeling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79c28992752dd5662c5edc270adf3715d83f596749e825ab86c7970d6942635f",
                "md5": "b17e745d4e74a045d9737d926d0e0325",
                "sha256": "dfcbd0d1fc3c3bdb9ad97377917a91b885fa8a140774e6befa5ce90acfefc093"
            },
            "downloads": -1,
            "filename": "rsmtool-12.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b17e745d4e74a045d9737d926d0e0325",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 212846,
            "upload_time": "2024-03-11T21:27:36",
            "upload_time_iso_8601": "2024-03-11T21:27:36.241621Z",
            "url": "https://files.pythonhosted.org/packages/79/c2/8992752dd5662c5edc270adf3715d83f596749e825ab86c7970d6942635f/rsmtool-12.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 21:27:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EducationalTestingService",
    "github_project": "rsmtool",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "requirements": [],
    "lcname": "rsmtool"
}
        
Elapsed time: 0.20419s