diff --git a/docs/_sources/feature_selection_transforms.md.txt b/docs/_sources/feature_selection_transforms.md.txt index 3f89ee1..0cf35b0 100644 --- a/docs/_sources/feature_selection_transforms.md.txt +++ b/docs/_sources/feature_selection_transforms.md.txt @@ -21,6 +21,9 @@ few utility attributes which are available for all transforms: - `checkpoint` - Type: `boolean`. Optional. If set to true, checkpoint the dataset in Spark before computing the feature selection. This can reduce some resource usage for very complex workflows, but should not be necessary. +- `skip` - Type: `boolean`. Optional. If set to true, don't compute this + feature selection. This has the same effect as commenting the feature + selection out of your config file. ## bigrams diff --git a/docs/feature_selection_transforms.html b/docs/feature_selection_transforms.html index ee95d70..8c80e34 100644 --- a/docs/feature_selection_transforms.html +++ b/docs/feature_selection_transforms.html @@ -55,6 +55,9 @@
boolean
. Optional. If set to true, checkpoint the
dataset in Spark before computing the feature selection. This can reduce some
resource usage for very complex workflows, but should not be necessary.
+skip
- Type: boolean
. Optional. If set to true, don’t compute this
+feature selection. This has the same effect as commenting the feature
+selection out of your config file.