From f2a19a06ee95dc2145fe3502146812366c16c1a3 Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 6 Aug 2019 10:01:56 +0000 Subject: [PATCH] Deploy from Travis build 14049 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/568271780 Commit: 842fbb2f66aff0cc17fb3ab8c3b52fbade5d6d7c --- docs/articles/tutorial/feature_selection.html | 2 +- docs/news/index.html | 2 - docs/reference/capLargeValues.html | 3 +- docs/reference/createDummyFeatures.html | 3 +- docs/reference/dropFeatures.html | 3 +- docs/reference/makeBaggingWrapper.html | 1 + ...akeClassificationViaRegressionWrapper.html | 1 + docs/reference/makeConstantClassWrapper.html | 1 + .../reference/makeCostSensClassifWrapper.html | 1 + docs/reference/makeCostSensRegrWrapper.html | 1 + docs/reference/makeDownsampleWrapper.html | 1 + docs/reference/makeDummyFeaturesWrapper.html | 1 + .../reference/makeExtractFDAFeatsWrapper.html | 1 + docs/reference/makeFeatSelWrapper.html | 1 + docs/reference/makeFilterWrapper.html | 47 +++++++++++++++---- docs/reference/makeImputeWrapper.html | 1 + docs/reference/makeMulticlassWrapper.html | 1 + .../makeMultilabelBinaryRelevanceWrapper.html | 1 + ...makeMultilabelClassifierChainsWrapper.html | 1 + docs/reference/makeMultilabelDBRWrapper.html | 1 + .../makeMultilabelNestedStackingWrapper.html | 1 + .../makeMultilabelStackingWrapper.html | 1 + docs/reference/makeOverBaggingWrapper.html | 1 + docs/reference/makePreprocWrapper.html | 1 + docs/reference/makePreprocWrapperCaret.html | 1 + .../makeRemoveConstantFeaturesWrapper.html | 1 + docs/reference/makeSMOTEWrapper.html | 1 + docs/reference/makeTuneWrapper.html | 1 + docs/reference/makeUndersampleWrapper.html | 1 + .../reference/makeWeightedClassesWrapper.html | 1 + docs/reference/mergeSmallFactorLevels.html | 3 +- docs/reference/normalizeFeatures.html | 3 +- docs/reference/removeConstantFeatures.html | 3 +- docs/reference/summarizeColumns.html | 3 +- docs/reference/summarizeLevels.html | 22 ++++++++- 35 files changed, 97 insertions(+), 21 deletions(-) diff --git a/docs/articles/tutorial/feature_selection.html b/docs/articles/tutorial/feature_selection.html index 27bc2202a8..484de1ec6f 100644 --- a/docs/articles/tutorial/feature_selection.html +++ b/docs/articles/tutorial/feature_selection.html @@ -344,7 +344,7 @@

## 7 Petal.Length numeric FSelector_chi.squared 0.9346311 ## 8 Petal.Width numeric FSelector_chi.squared 0.9432359

A bar plot of importance values for the individual features can be obtained using function plotFilterValues().

-
plotFilterValues(fv2) + ggpubr::theme_pubr()
+
plotFilterValues(fv2) + ggpubr::theme_pubr()

By default plotFilterValues() will create facetted subplots if multiple filter methods are passed as input to generateFilterValuesData().

According to the "information.gain" measure, Petal.Width and Petal.Length contain the most information about the target variable Species.

diff --git a/docs/news/index.html b/docs/news/index.html index fd37a21aa0..602d17f46a 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -385,8 +385,6 @@

+ +
  • See also
  • + +
  • Examples
  • +