This notebook loads phil
:-use_module(library(phil)).
:-phil.
% Settings
:- set_hplp(verbosity,1).
:- begin_in.
% Input theory here
:- end_in.
:- begin_bg.
% Background knowledge here
:- end_bg.
% Fold definition
% fold(train,[folds list]).
% fold(test,[[folds list]).
% Language bias
% Models / Examples