Skip to content

Question about results_dict_all_models.pkl in test_model.ipynb #8

@tszslovewanpu

Description

@tszslovewanpu

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! 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions