nd-ball / py-irt

Bayesian IRT models in Python
MIT License
115 stars 41 forks source link

ValueError: Options for priors are vage and hierarchical #51

Closed hetryn closed 6 months ago

hetryn commented 1 year ago
cli.evaluate(
  model_type='1pl',
  parameter_path='train-eval-1pl/best_parameters.json',
  test_pairs_path='test_pairs.jsonlines',
  output_dir='test-1pl')

Running the above evaluation code gives the error ValueError: Options for priors are vague and hierarchical.

crobardet commented 7 months ago

I have the same problem.

daavidstein commented 7 months ago

same issue with 2pl

jplalor commented 6 months ago

This should be fixed now in the latest version. Thanks for your patience!