Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ widget:
|
|
18 |
Human. Person. Father. Huge Real Madrid fan
|
19 |
---
|
20 |
|
21 |
-
Use this model to detect Twitter users' profiles related to healthcare. User profile classification may be useful when searching for health information on Twitter. For a certain health topic, tweets from physicians or organizations may be more reliable than undefined profiles.
|
22 |
|
23 |
-
The model expects
|
24 |
|
25 |
- `not-health-related`
|
26 |
- `health-related`
|
|
|
18 |
Human. Person. Father. Huge Real Madrid fan
|
19 |
---
|
20 |
|
21 |
+
Use this model to detect Twitter users' profiles related to healthcare. User profile classification may be useful when searching for health information on Twitter. For a certain health topic, tweets from physicians or organizations (e.g. ```Board-certified dermatologist```) may be more reliable than undefined or vague profiles (e.g. ```Human. Person. Father```).
|
22 |
|
23 |
+
The model expects the user's ```description``` text field (see [Twitter API](https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary/object-model/user) docs) as input and returns a label for each profile:
|
24 |
|
25 |
- `not-health-related`
|
26 |
- `health-related`
|