Skip to content

Releases: LucasFerraroCardoso/IRT_OpenML

decodIRT consolidated version

19 Aug 00:48
a46fa7a
Compare
Choose a tag to compare

Consolidating current version of decodIRT after fixing some bugs and adding some exception handling. Preparing for a major tool update.

decodIRT as package and publish benchmark in OpenML

14 Oct 00:23
6649681
Compare
Choose a tag to compare
  • The decodIRT tool has been modified to work as a package as well. And it allows your scripts to be executed as a module in python code.

  • New features have also been added. The new module decodIRT_create_benchmark, allows you to create a benchmark using the IRT data generated by the decodIRT and publish the benchmark in OpenML as a study. Only using a few lines of code.

IRT score implemented (BRACIS20)

29 Apr 12:39
e016c5d
Compare
Choose a tag to compare
  • Finished the functions for calculating the IRT score.
  • Added functions to plot the comparative graph of the scores.

Initial aptitude test implementations

09 Mar 13:59
9531a54
Compare
Choose a tag to compare
  • Modified as the classifier proficiency is calculated. Now it's gradual (from easiest to most difficult)
  • Added new outputs for decodIRT_analysis (theta list, score based on probability of hit)

All scripts are functional

09 Nov 16:42
dba4992
Compare
Choose a tag to compare

All scripts are ready for use