Python Forum

Full Version: featuretools error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to use the module featuretools. It was easy to install. However, when I run my program, I get an error.

I get the error:
Error:
ttributeError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_13064/1151666024.py in <module> 1 # Create an entity from the client dataframe 2 # This dataframe already has an index and a time index ----> 3 es = es.entity_from_dataframe(entity_id = 'clients', dataframe = clients, 4 index = 'client_id', time_index = 'joined') AttributeError: 'EntitySet' object has no attribute 'entity_from_dataframe'
I am using featuretools 1.5.0. I know there is an update.

pip install --update featuretools

does not work.


I also tried

conda install -c conda-forge featuretools

Again, that does not work.

How do I install this? How do I make this work? I know that featuretools has a current verion V06. Would that version work?

Any help appreciated. Thanks in advance.

R,

LZ
I am using Windows 10, I think that the latest version of featuretools s V06. I cannot be sure, but I found that on the internet.

R.

LZ
Looks like entity_from_dataframe is depreciated.