Skip to content

Commit

Permalink
Update README.md to remove col = "message"
Browse files Browse the repository at this point in the history
  • Loading branch information
xehu authored Sep 23, 2024
1 parent 607548a commit 650197e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ my_feature_builder = FeatureBuilder(
)

# this line of code runs the FeatureBuilder on your data
my_feature_builder.featurize(col="message")
my_feature_builder.featurize()
```

### Data Format
Expand All @@ -112,4 +112,4 @@ For more information, please refer to the [Introduction on our Read the Docs Pag
Please visit our website, [https://teamcommtools.seas.upenn.edu/](https://teamcommtools.seas.upenn.edu/), for general information about our project and research. For more detailed documentation on our features and examples, please visit our [Read the Docs Page](https://conversational-featurizer.readthedocs.io/en/latest/).

# Becoming a Contributor
If you would like to make pull requests to this open-sourced repository, please read our [GitHub Repo Getting Started Guide](/github_repo_getting_started.md). We welcome new feature contributions or improvements to our framework.
If you would like to make pull requests to this open-sourced repository, please read our [GitHub Repo Getting Started Guide](/github_repo_getting_started.md). We welcome new feature contributions or improvements to our framework.

0 comments on commit 650197e

Please sign in to comment.