PSL can also be represented as decision trees. This could serve both as a development and inspection tool, as well as an alternative to the tabular form in application. Certainly, there are several possibilities for representation, and an implementation can vary as well. For an implementation, the graphviz package might be useful. Scikit-learn also has an inspection method for trees named sklearn.tree.plot_tree.
Example:

PSL can also be represented as decision trees. This could serve both as a development and inspection tool, as well as an alternative to the tabular form in application. Certainly, there are several possibilities for representation, and an implementation can vary as well. For an implementation, the
graphvizpackage might be useful. Scikit-learn also has an inspection method for trees namedsklearn.tree.plot_tree.Example:
