Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
featuretools error
#1
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
Reply
#2
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
Reply
#3
[featuretools]'EntitySet' object has no attribute 'entity_from_dataframe'
Reply
#4
Looks like entity_from_dataframe is depreciated.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020