Skip to content

Commit

Permalink
[#134] Update the Sphinx docs for the new array feature selection fun…
Browse files Browse the repository at this point in the history
…ctionality

Now this feature selection transform handles any number of columns, not just 2.
  • Loading branch information
riley-harper committed May 30, 2024
1 parent 39f118d commit 40476ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/_sources/feature_selection_transforms.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ transform = "sql_condition"

## array

Combine two input columns into an array output column.
Combine any number of input columns into a single array output column.

* Attributes:
* `input_columns` - Type: list of strings. Required. The two input columns.
* `input_columns` - Type: list of strings. Required. The list of input columns.
* `output_column` - Type: `string`. Required.

```
Expand Down
4 changes: 2 additions & 2 deletions docs/feature_selection_transforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ <h2>sql_condition<a class="headerlink" href="#sql-condition" title="Link to this
</section>
<section id="array">
<h2>array<a class="headerlink" href="#array" title="Link to this heading"></a></h2>
<p>Combine two input columns into an array output column.</p>
<p>Combine any number of input columns into a single array output column.</p>
<ul class="simple">
<li><p>Attributes:</p>
<ul>
<li><p><code class="docutils literal notranslate"><span class="pre">input_columns</span></code> - Type: list of strings. Required. The two input columns.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">input_columns</span></code> - Type: list of strings. Required. The list of input columns.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">output_column</span></code> - Type: <code class="docutils literal notranslate"><span class="pre">string</span></code>. Required.</p></li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sphinx-docs/feature_selection_transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ transform = "sql_condition"

## array

Combine two input columns into an array output column.
Combine any number of input columns into a single array output column.

* Attributes:
* `input_columns` - Type: list of strings. Required. The two input columns.
* `input_columns` - Type: list of strings. Required. The list of input columns.
* `output_column` - Type: `string`. Required.

```
Expand Down

0 comments on commit 40476ed

Please sign in to comment.