Hello, thank you for the great work!
I have a question regarding the code snippet in test_model.ipynb:
import pickle
filehandler = open(f"{folder}/trained_models/results_dict_all_models.pkl", "rb")
comparison_dict = pickle.load(filehandler)
Could you please clarify what results_dict_all_models.pkl is and how it is generated?
Thanks in advance! 🙏
Hello, thank you for the great work!
I have a question regarding the code snippet in test_model.ipynb:
Could you please clarify what results_dict_all_models.pkl is and how it is generated?
Thanks in advance! 🙏