LICENSE
MANIFEST.in
README.md
asdasd.py
combine_knowledge_graph.py
conformal_demo.py
least_squares.txt
rag_from_scratch.py
requirements.txt
setup.py
train_on_combined_kg.py
dicee/__init__.py
dicee/abstracts.py
dicee/analyse_experiments.py
dicee/callbacks.py
dicee/config.py
dicee/dataset_classes.py
dicee/eval_static_funcs.py
dicee/evaluator.py
dicee/executer.py
dicee/knowledge_graph.py
dicee/knowledge_graph_embeddings.py
dicee/lp.png
dicee/query_generator.py
dicee/sanity_checkers.py
dicee/static_funcs.py
dicee/static_funcs_training.py
dicee/static_preprocess_funcs.py
dicee.egg-info/PKG-INFO
dicee.egg-info/SOURCES.txt
dicee.egg-info/dependency_links.txt
dicee.egg-info/entry_points.txt
dicee.egg-info/requires.txt
dicee.egg-info/top_level.txt
dicee/figures/deploy_qmult_family.png
dicee/models/__init__.py
dicee/models/base_model.py
dicee/models/clifford.py
dicee/models/complex.py
dicee/models/dualE.py
dicee/models/function_space.py
dicee/models/octonion.py
dicee/models/pykeen_models.py
dicee/models/quaternion.py
dicee/models/real.py
dicee/models/static_funcs.py
dicee/models/transformers.py
dicee/read_preprocess_save_load_kg/__init__.py
dicee/read_preprocess_save_load_kg/preprocess.py
dicee/read_preprocess_save_load_kg/read_from_disk.py
dicee/read_preprocess_save_load_kg/save_load_disk.py
dicee/read_preprocess_save_load_kg/util.py
dicee/scripts/__init__.py
dicee/scripts/index.py
dicee/scripts/run.py
dicee/scripts/serve.py
dicee/trainer/__init__.py
dicee/trainer/dice_trainer.py
dicee/trainer/torch_trainer.py
dicee/trainer/torch_trainer_ddp.py
tests/__init__.py
tests/test_adaptive_swa.py
tests/test_answer_multi_hop_query.py
tests/test_auto_batch_finder.py
tests/test_continual_training.py
tests/test_custom_trainer.py
tests/test_deployment.py
tests/test_different_backends.py
tests/test_download_and_eval.py
tests/test_ensemble_construction.py
tests/test_execute_start.py
tests/test_gradient_accumulation.py
tests/test_inductive_regression.py
tests/test_k_fold_cv_1_vs_all.py
tests/test_k_fold_cv_k_vs_all.py
tests/test_k_fold_cv_neg_sample.py
tests/test_kvssample.py
tests/test_large_kg.py
tests/test_link_prediction_evaluation.py
tests/test_online_learning.py
tests/test_pickle.py
tests/test_pykeen.py
tests/test_read_few_only.py
tests/test_regression_DualE.py
tests/test_regression_aconex.py
tests/test_regression_all_vs_all.py
tests/test_regression_cl.py
tests/test_regression_clifford.py
tests/test_regression_complex.py
tests/test_regression_conex.py
tests/test_regression_convo.py
tests/test_regression_distmult.py
tests/test_regression_omult.py
tests/test_regression_pyke.py
tests/test_regression_qmult.py
tests/test_trainers.py