Skip to content

Commit 914d58a

Browse files
authored
Merge pull request #148 from ipums/refactor_core_transforms
Refactor core.transforms.generate_transforms() for ease of reading
2 parents f10b822 + 378125e commit 914d58a

File tree

6 files changed

+377
-278
lines changed

6 files changed

+377
-278
lines changed

docs/_sources/feature_selection_transforms.md.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ few utility attributes which are available for all transforms:
2121
- `checkpoint` - Type: `boolean`. Optional. If set to true, checkpoint the
2222
dataset in Spark before computing the feature selection. This can reduce some
2323
resource usage for very complex workflows, but should not be necessary.
24+
- `skip` - Type: `boolean`. Optional. If set to true, don't compute this
25+
feature selection. This has the same effect as commenting the feature
26+
selection out of your config file.
2427

2528
## bigrams
2629

docs/feature_selection_transforms.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ <h1>Feature Selection Transforms<a class="headerlink" href="#feature-selection-t
5555
<li><p><code class="docutils literal notranslate"><span class="pre">checkpoint</span></code> - Type: <code class="docutils literal notranslate"><span class="pre">boolean</span></code>. Optional. If set to true, checkpoint the
5656
dataset in Spark before computing the feature selection. This can reduce some
5757
resource usage for very complex workflows, but should not be necessary.</p></li>
58+
<li><p><code class="docutils literal notranslate"><span class="pre">skip</span></code> - Type: <code class="docutils literal notranslate"><span class="pre">boolean</span></code>. Optional. If set to true, don’t compute this
59+
feature selection. This has the same effect as commenting the feature
60+
selection out of your config file.</p></li>
5861
</ul>
5962
<section id="bigrams">
6063
<h2>bigrams<a class="headerlink" href="#bigrams" title="Link to this heading"></a></h2>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)