Home > Machine Learning > Sklearn
| Property | Requirement | Type | Default | Description |
|---|---|---|---|---|
| Target Attribute | ✓ | String | - | Attribute in your dataset corresponding to target |
| Count Vectorizer | Boolean | false | Convert a collection of text documents to a matrix of token counts | |
| ↳ Text Attribute | String | - | Attribute in your dataset with text to vectorize | |
| ↳ Tfidf Transformer | Boolean | false | Transform a count matrix to a normalized tf or tf-idf representation |
| Port | Mode |
|---|---|
| 0 | Set Snapshot |