Skip to content

Commit

Permalink
docs:Better example code and references.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Aug 10, 2024
1 parent 6f9165a commit a13b3fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ClassifierEnsembles.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
Written by Anton Antonov,
antononcube @ gmail . com,
ʇǝu˙oǝʇsod@ǝqnɔuouoʇuɐ,
Windermere, Florida, USA.
*)

Expand Down Expand Up @@ -80,7 +80,7 @@ Mathematica is (C) Copyright 1988-2016 Wolfram Research, Inc.
## Create a classifier ensemble
aCLs = EnsembleClassify[Automatic, trainingData[[All, 1 ;; -2]] -> trainingData[[All, -1]]]
aCLs = EnsembleClassifier[Automatic, trainingData[[All, 1 ;; -2]] -> trainingData[[All, -1]]]
## Classify a record
Expand Down
2 changes: 1 addition & 1 deletion VariableImportanceByClassifiers.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
Written by Anton Antonov,
[email protected],
ʇǝu˙oǝʇsod@ǝqnɔuouoʇuɐ,
Windermere, Florida, USA.
*)

Expand Down

0 comments on commit a13b3fb

Please sign in to comment.