import featuretools as ft
es = ft.EntitySet(id='entityset')
es = es.entity_from_dataframe(entity_id='train',dataframe=all_train_ctg,index='index')
を実行すると
AttributeError Traceback (most recent call last)
/tmp/ipykernel_38968/4233444773.py in <module>
1 # Entityの追加
----> 2 es = es.entity_from_dataframe(entity_id='train',dataframe=all_train_ctg,index='index')
AttributeError: 'EntitySet' object has no attribute 'entity_from_dataframe'
と出てきます。
どういうことでしょうか?
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。