Skip to content

Commit

Permalink
refactor:Better spelling and syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Aug 10, 2024
1 parent a13b3fb commit f645bd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VariableImportanceByClassifiers.m
Original file line number Diff line number Diff line change
Expand Up @@ -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`"]*)

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



End[] (* `Private` *)
End[]; (* `Private` *)

EndPackage[]

0 comments on commit f645bd6

Please sign in to comment.