dicee.analyse_experiments

This script should be moved to dicee/scripts

Classes

Experiment

Functions

get_default_arguments()

analyse(args)

Module Contents

dicee.analyse_experiments.get_default_arguments()[source]
class dicee.analyse_experiments.Experiment[source]
model_name = []
callbacks = []
embedding_dim = []
num_params = []
num_epochs = []
batch_size = []
lr = []
byte_pair_encoding = []
aswa = []
path_dataset_folder = []
full_storage_path = []
pq = []
train_mrr = []
train_h1 = []
train_h3 = []
train_h10 = []
val_mrr = []
val_h1 = []
val_h3 = []
val_h10 = []
test_mrr = []
test_h1 = []
test_h3 = []
test_h10 = []
runtime = []
normalization = []
scoring_technique = []
save_experiment(x)[source]
to_df()[source]
dicee.analyse_experiments.analyse(args)[source]