diff --git a/VariableImportanceByClassifiers.m b/VariableImportanceByClassifiers.m index 5c0f5d48..fd1142c2 100644 --- a/VariableImportanceByClassifiers.m +++ b/VariableImportanceByClassifiers.m @@ -176,13 +176,13 @@ Mathematica is (C) Copyright 1988-2015 Wolfram Research, Inc. (* Exported symbols added here with SymbolName::usage *) AccuracyByVariableShuffling::usage = "AccuracyByVariableShuffling[clFunc, testData, variableNames, opts] computes classification \ -accuracies with the ClassiferFunction object clFunc over damaged versions of the data testData. The accuracies can be used \ +accuracies with the ClassifierFunction object clFunc over damaged versions of the data testData. The accuracies can be used \ in variable importance finding. The names of the variables can be specified with variableNames. \ With the option \"Classes\" the accuracies can be computed over a specific list of class labels. \ The result is an Association object with keys the damaged column names of testData (variables) and with values the corresponding \ -accuracies." +accuracies."; -Begin["`Private`"] +Begin["`Private`"]; (*Needs["ClassifierEnsembles`"]*) @@ -289,6 +289,6 @@ The result is an Association object with keys the damaged column names of testDa -End[] (* `Private` *) +End[]; (* `Private` *) EndPackage[] \ No newline at end of file