I am using a tree like:
\begin{figure}
{\scriptsize
\begin{forest}
for tree={
font=\ttfamily,
grow'=0,
child anchor=west,
parent anchor=south,
anchor=west,
calign=first,
edge path={
\noexpand\path [draw, \forestoption{edge}]
(!u.south west) +(7.5pt,0) |- node[fill,inner sep=1.25pt] {} (.child anchor)\forestoption{edge label};
},
before typesetting nodes={
if n=1
{insert before={[,phantom]}}
{}
},
fit=band,
before computing xy={l=15pt},
}
[Evaluation Setups, Test Sets and Models
[Closed w/ Closed Hyper-Parameters optimised from Test Set 1
[Test Set 1: Textual Patterns Output Test Set
[Distantly Supervised Classifier]
[Cost Sensitive Classifier]
[Textual Patterns Baseline]
[Naive Baselines]
]
[Test Set 2: Freshly Annotated Claim Labels
[Distantly Supervised Classifier]
[Cost Sensitive Classifier]
[Textual Patterns Baseline]
[Naive Baselines]
]
]
[Open w/ Closed Hyper-Parameters optimised from Test Set 1
[Test Set 1: Textual Patterns Output Test Set
[Distantly Supervised Classifier]
[Cost Sensitive Classifier]
[Textual Patterns Baseline]
[Naive Baselines]
]
[Test Set 2: Freshly Annotated Claim Labels
[Distantly Supervised Classifier]
[Cost Sensitive Classifier]
[Textual Patterns Baseline]
[Naive Baselines]
]
]
[Open w/ Open Hyper-Parameters optimised from Test Set 1
[Test Set 1: Textual Patterns Output Test Set
[Distantly Supervised Classifier]
[Cost Sensitive Classifier]
[Textual Patterns Baseline]
[Naive Baselines]
]
[Test Set 2: Freshly Annotated Claim Labels
[Distantly Supervised Classifier]
[Cost Sensitive Classifier]
[Textual Patterns Baseline]
[Naive Baselines]
]
]
]
\end{forest}
}
\caption{Summary of Experiments}
\end{figure}
Adapted from:
Changing font size in forest decision tree
And:
Making a (simple) directory tree
Why is this figure not compiling? I am pretty sure the square brackets do line up.


documentenvironment and some package we need to make it work! Otherwise, no wonder you get errors! When asking about an error, always include the exact text of the error message, together with the code required to reproduce it. – cfr Sep 11 '16 at 00:07