diff --git a/DecisionTree/DecisionTree.csproj b/DecisionTree/DecisionTree.csproj index d56f0f1..001b7dc 100644 --- a/DecisionTree/DecisionTree.csproj +++ b/DecisionTree/DecisionTree.csproj @@ -14,8 +14,9 @@ Piotr Smreczynski Decision Tree + Visualisation Lightweight framework to define decision trees via configuration with option to generate graph definition in DOT language. - Meaningful exception message added to Evaluate. - 1.0.8 + Full decision tree path included in exception message. +Fixed nullable type evaluation error. + 1.0.9