Skip to content

Error in feature_selection/find_signature.py #370

Description

@shayanmoosavi

the correct code for lines 11 through 14 should be the following:
words_file = "word_data_overfit.pkl"
authors_file = "email_authors_overfit.pkl"
word_data = joblib.load(open(words_file, "rb"))
authors = joblib.load(open(authors_file, "rb"))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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