Skip to content

Commit f645bd6

Browse files
committed
refactor:Better spelling and syntax.
1 parent a13b3fb commit f645bd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

VariableImportanceByClassifiers.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@ Mathematica is (C) Copyright 1988-2015 Wolfram Research, Inc.
176176
(* Exported symbols added here with SymbolName::usage *)
177177

178178
AccuracyByVariableShuffling::usage = "AccuracyByVariableShuffling[clFunc, testData, variableNames, opts] computes classification \
179-
accuracies with the ClassiferFunction object clFunc over damaged versions of the data testData. The accuracies can be used \
179+
accuracies with the ClassifierFunction object clFunc over damaged versions of the data testData. The accuracies can be used \
180180
in variable importance finding. The names of the variables can be specified with variableNames. \
181181
With the option \"Classes\" the accuracies can be computed over a specific list of class labels. \
182182
The result is an Association object with keys the damaged column names of testData (variables) and with values the corresponding \
183-
accuracies."
183+
accuracies.";
184184

185-
Begin["`Private`"]
185+
Begin["`Private`"];
186186

187187
(*Needs["ClassifierEnsembles`"]*)
188188

@@ -289,6 +289,6 @@ The result is an Association object with keys the damaged column names of testDa
289289

290290

291291

292-
End[] (* `Private` *)
292+
End[]; (* `Private` *)
293293

294294
EndPackage[]

0 commit comments

Comments
 (0)