dicee.analyse_experiments
This script should be moved to dicee/scripts Example: python dicee/analyse_experiments.py –dir Experiments –features “model” “trainMRR” “testMRR”
Classes
Functions
|
Module Contents
- 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 = []