Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/kitsune
/ functions
Functions
36 in github.com/evilsocket/kitsune
⨍
Functions
36
◇
Types & classes
0
↓ 10 callers
Function
safe_one_hot
(profile, field)
kitsune/features.py:71
↓ 9 callers
Function
parse_date
(str_date)
kitsune/features.py:16
↓ 7 callers
Function
ratio
(a, b)
kitsune/features.py:22
↓ 6 callers
Function
has_field
(profile, field)
kitsune/features.py:68
↓ 3 callers
Function
entropy
(string)
kitsune/features.py:28
↓ 3 callers
Function
split_row
(row, n_labels)
kitsune/data.py:26
↓ 3 callers
Function
statuses_metrics
(profile_id, statuses, status_metrics=False, rt_metrics=False, reply_metrics=False)
kitsune/features.py:77
↓ 3 callers
Function
temporal_distribution
(prefix, statuses)
kitsune/features.py:32
↓ 2 callers
Function
duplicates_metrics
(statuses)
kitsune/features.py:161
↓ 2 callers
Function
get_class
(prediction)
test.py:35
↓ 2 callers
Function
one_hot
(b)
kitsune/features.py:25
↓ 1 callers
Function
count_tweets
(tweets_path)
download.py:27
↓ 1 callers
Function
days_since
(str_date)
kitsune/features.py:19
↓ 1 callers
Function
download_profile
(username, profile_file, api)
download.py:19
↓ 1 callers
Function
emoji_metrics
(user_statuses)
kitsune/features.py:316
↓ 1 callers
Function
make_path
(path)
download.py:11
↓ 1 callers
Function
media_metrics
(user_statuses)
kitsune/features.py:196
↓ 1 callers
Function
node_color
(user_name, predictions)
graph.py:18
↓ 1 callers
Function
normalize
(norm, vector)
kitsune/data.py:80
↓ 1 callers
Function
place_metrics
(user_statuses)
kitsune/features.py:330
↓ 1 callers
Function
print_pred
(args, screen_name, prediction)
test.py:21
↓ 1 callers
Function
save_tweet
(tweets_path, tweet)
download.py:30
↓ 1 callers
Function
source_metrics
(user_statuses)
kitsune/features.py:224
↓ 1 callers
Function
urls_metrics
(user_statuses)
kitsune/features.py:276
Function
build_for
(X, Y, epochs, num_hidden_layers=5, size_first_hidden=512, dropout=0.3, learning_rate=0.1, momentum=0.8)
kitsune/dnn.py:4
Function
compare_predictions
(prev, next)
test.py:44
Function
extract
(profile, tweets, replies, retweets)
kitsune/features.py:354
Function
is_bot
(user_name, predictions)
graph.py:29
Function
load
(filename, normalize=True)
kitsune/data.py:5
Function
load
(profile_path, limit=200, quiet=False, extract_features_vector=True)
kitsune/profile.py:8
Function
load_normalizer
(filename)
kitsune/data.py:71
Function
loader
(profile_path)
graph.py:15
Function
nomalized_from_dict
(norm, v)
kitsune/data.py:89
Function
parse_date
(str_date)
download.py:16
Function
save_normalizer
(filename, datamin, datamax)
kitsune/data.py:56
Function
split
(dataset, p_test, p_val)
kitsune/data.py:31