Skip to content

getting lots of warnings at import #2734

@solegalli

Description

@solegalli

Hey guys!

When executing import featuretools as ft I get a lot of warnings:

2024-05-21 16:26:19,117 featuretools - WARNING    While loading primitives via "nlp_primitives" entry point, ignored primitive "DiversityScore" from "nlp_primitives.diversity_score" because a primitive with that name already exists in "premium_primitives.diversity_score"
2024-05-21 16:26:19,120 featuretools - WARNING    While loading primitives via "nlp_primitives" entry point, ignored primitive "LSA" from "nlp_primitives.lsa" because a primitive with that name already exists in "premium_primitives.lsa"
2024-05-21 16:26:19,122 featuretools - WARNING    While loading primitives via "nlp_primitives" entry point, ignored primitive "MeanCharactersPerSentence" from "nlp_primitives.mean_characters_per_sentence" because a primitive with that name already exists in "premium_primitives.mean_characters_per_sentence"
2024-05-21 16:26:19,122 featuretools - WARNING    While loading primitives via "nlp_primitives" entry point, ignored primitive "NumberOfSentences" from "nlp_primitives.number_of_sentences" because a primitive with that name already exists in "premium_primitives.number_of_sentences"
2024-05-21 16:26:19,123 featuretools - WARNING    While loading primitives via "nlp_primitives" entry point, ignored primitive "PartOfSpeechCount" from "nlp_primitives.part_of_speech_count" because a primitive with that name already exists in "premium_primitives.part_of_speech_count"
2024-05-21 16:26:19,127 featuretools - WARNING    While loading primitives via "nlp_primitives" entry point, ignored primitive "PolarityScore" from "nlp_primitives.polarity_score" because a primitive with that name already exists in "premium_primitives.polarity_score"
2024-05-21 16:26:19,129 featuretools - WARNING    While loading primitives via "nlp_primitives" entry point, ignored primitive "StopwordCount" from "nlp_primitives.stopword_count" because a primitive with that name already exists in "premium_primitives.stopword_count"

Any way to suppress this? Is this intentional?

I only installed featuretools, so I am not sure why I am seeing the nlp and premium primitives. Can it be that they were leftover from a previous installation? how can I completely remove all featuretools dependencies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions