featuretools icon indicating copy to clipboard operation
featuretools copied to clipboard

getting lots of warnings at import

Open solegalli opened this issue 2 months ago • 3 comments

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?

solegalli avatar May 21 '24 14:05 solegalli