SmartDataAnalytics / SML-Bench

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

Tool specific background data #3

Closed patrickwestphal closed 8 years ago

patrickwestphal commented 8 years ago

Since certain tools make use of specific information that cause errors when read by other tools it is necessary to keep tool- and learning task-specific data. This holds in particular for mode declarations that e.g. should be included for Aleph but cannot be read by Golem.

For now I added tool specific directories under learningtasks/<task>/prolog/data/<tool>/. E.g. specific mode declarations for Aleph in the trains example could be put into the file learningtasks/trains/prolog/data/aleph/mode.pl.

patrickwestphal commented 8 years ago

There will be tool-specific directories at learningtasks/<task>/prolog/data/<tool>/.