MCPcopy Create free account

hub / github.com/evilsocket/kitsune / functions

Functions36 in github.com/evilsocket/kitsune

↓ 10 callersFunctionsafe_one_hot
(profile, field)
kitsune/features.py:71
↓ 9 callersFunctionparse_date
(str_date)
kitsune/features.py:16
↓ 7 callersFunctionratio
(a, b)
kitsune/features.py:22
↓ 6 callersFunctionhas_field
(profile, field)
kitsune/features.py:68
↓ 3 callersFunctionentropy
(string)
kitsune/features.py:28
↓ 3 callersFunctionsplit_row
(row, n_labels)
kitsune/data.py:26
↓ 3 callersFunctionstatuses_metrics
(profile_id, statuses, status_metrics=False, rt_metrics=False, reply_metrics=False)
kitsune/features.py:77
↓ 3 callersFunctiontemporal_distribution
(prefix, statuses)
kitsune/features.py:32
↓ 2 callersFunctionduplicates_metrics
(statuses)
kitsune/features.py:161
↓ 2 callersFunctionget_class
(prediction)
test.py:35
↓ 2 callersFunctionone_hot
(b)
kitsune/features.py:25
↓ 1 callersFunctioncount_tweets
(tweets_path)
download.py:27
↓ 1 callersFunctiondays_since
(str_date)
kitsune/features.py:19
↓ 1 callersFunctiondownload_profile
(username, profile_file, api)
download.py:19
↓ 1 callersFunctionemoji_metrics
(user_statuses)
kitsune/features.py:316
↓ 1 callersFunctionmake_path
(path)
download.py:11
↓ 1 callersFunctionmedia_metrics
(user_statuses)
kitsune/features.py:196
↓ 1 callersFunctionnode_color
(user_name, predictions)
graph.py:18
↓ 1 callersFunctionnormalize
(norm, vector)
kitsune/data.py:80
↓ 1 callersFunctionplace_metrics
(user_statuses)
kitsune/features.py:330
↓ 1 callersFunctionprint_pred
(args, screen_name, prediction)
test.py:21
↓ 1 callersFunctionsave_tweet
(tweets_path, tweet)
download.py:30
↓ 1 callersFunctionsource_metrics
(user_statuses)
kitsune/features.py:224
↓ 1 callersFunctionurls_metrics
(user_statuses)
kitsune/features.py:276
Functionbuild_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
Functioncompare_predictions
(prev, next)
test.py:44
Functionextract
(profile, tweets, replies, retweets)
kitsune/features.py:354
Functionis_bot
(user_name, predictions)
graph.py:29
Functionload
(filename, normalize=True)
kitsune/data.py:5
Functionload
(profile_path, limit=200, quiet=False, extract_features_vector=True)
kitsune/profile.py:8
Functionload_normalizer
(filename)
kitsune/data.py:71
Functionloader
(profile_path)
graph.py:15
Functionnomalized_from_dict
(norm, v)
kitsune/data.py:89
Functionparse_date
(str_date)
download.py:16
Functionsave_normalizer
(filename, datamin, datamax)
kitsune/data.py:56
Functionsplit
(dataset, p_test, p_val)
kitsune/data.py:31