SmartDataAnalytics / SML-Bench

A Benchmark for Machine Learning from Structured Data
Apache License 2.0
21 stars 4 forks source link

No output config parameter set during benchmark run #8

Closed patrickwestphal closed 8 years ago

patrickwestphal commented 8 years ago

It seems, currently the output config option is not set by the benchmark runner resulting in errors like this in the (Prolog systems') run scripts:

Traceback (most recent call last):
  File "./run", line 284, in <module>
    output_file = cfg['output']
KeyError: 'output'
giuseta commented 8 years ago

The problem was in line 17 of org.aksw.mlbenchmark.systemrunner.CrossValidationStep.java. A private field was hiding an inherited field. I committed the change. I think we can consider it as resolved :-)

patrickwestphal commented 8 years ago

Thanks a lot @giuseta ! :)