Skip to content

Commit

Permalink
Merge pull request #148 from ipums/refactor_core_transforms
Browse files Browse the repository at this point in the history
Refactor core.transforms.generate_transforms() for ease of reading
  • Loading branch information
riley-harper authored Aug 28, 2024
2 parents f10b822 + 378125e commit 914d58a
Show file tree
Hide file tree
Showing 6 changed files with 377 additions and 278 deletions.
3 changes: 3 additions & 0 deletions docs/_sources/feature_selection_transforms.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions docs/feature_selection_transforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ <h1>Feature Selection Transforms<a class="headerlink" href="#feature-selection-t
<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
dataset in Spark before computing the feature selection. This can reduce some
resource usage for very complex workflows, but should not be necessary.</p></li>
<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
feature selection. This has the same effect as commenting the feature
selection out of your config file.</p></li>
</ul>
<section id="bigrams">
<h2>bigrams<a class="headerlink" href="#bigrams" title="Link to this heading"></a></h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

Loading

0 comments on commit 914d58a

Please sign in to comment.