Skip to content

Instantly share code, notes, and snippets.

@geoffreyangus
Last active November 21, 2022 21:15
Show Gist options
  • Save geoffreyangus/ab80f7957da5582ea6a13a3efb42f483 to your computer and use it in GitHub Desktop.
Save geoffreyangus/ab80f7957da5582ea6a13a3efb42f483 to your computer and use it in GitHub Desktop.
Step 0: Twitter Bots Ludwig config
input_features:
- name: description
type: text
column: description
- name: default_profile
type: binary
column: default_profile
- name: default_profile_image
type: binary
column: default_profile_image
- name: favourites_count
type: number
column: favourites_count
- name: followers_count
type: number
column: followers_count
- name: friends_count
type: number
column: friends_count
- name: verified
type: binary
column: verified
- name: average_tweets_per_day
type: number
column: average_tweets_per_day
- name: account_age_days
type: number
column: account_age_days
output_features:
- name: account_type
type: binary
column: account_type
model_type: ecd
trainer:
epochs: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment