Skip to content

Conversation

@kholdrex
Copy link
Member

@kholdrex kholdrex commented Mar 1, 2025

  • Introduce a missing_strategy parameter for Rasch, 2PL, 3PL models (:ignore, :treat_as_incorrect, :treat_as_correct).
  • Add logic to handle nil responses according to the chosen strategy or skip them when ignoring.
  • Expand RSpec tests to cover repeated fitting, deterministic seeds, large random datasets, and missing data strategies.
  • Minor code cleanup and improved documentation around usage.

- Introduce a missing_strategy parameter for Rasch, 2PL, 3PL models
  (:ignore, :treat_as_incorrect, :treat_as_correct).
- Add logic to handle nil responses according to the chosen strategy
  or skip them when ignoring.
- Expand RSpec tests to cover repeated fitting, deterministic seeds,
  large random datasets, and missing data strategies.
- Minor code cleanup and improved documentation around usage.
@kholdrex kholdrex added the enhancement New feature or request label Mar 1, 2025
@kholdrex kholdrex self-assigned this Mar 1, 2025
@kholdrex kholdrex merged commit c7b584d into main Mar 1, 2025
4 checks passed
@kholdrex kholdrex deleted the feature/missing-data-strategies branch March 1, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants