Feb-17-2022, 09:26 PM
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:
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 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