-
FHIR structure has a diamond relationship. How to handle this when generating features using DFS as implemented in Featuretools.
![image](https://user-images.githubusercontent.com/2395269/45717222…
-
Features saved in one version of Featuretools may not be able to be loaded in another version of Featuretools.
We should add this to the documentation for `ft.save_features` and `ft.load_features`…
-
Currently, `index` is not a required parameter to `EntitySet.entity_from_dataframe` because if no index is provide we will attempt to infer it based on the dataframe.
However, if we cannot infer a…
-
### Bug/Feature Request Description
Serializing Feature Matrix for Later Use
What is the suggested way to save and load feature matrices for later use?
I understand that ft.load_features() is e…
-
Checklist
---------
- [x] I looked at https://github.com/pbatard/rufus/wiki/FAQ to see if my question has already been answered.
- [x] I performed a search in the issue tracker for similar iss…
-
Dear @WillKoehrsen,
Thanks for your amazing article and I really appreciate this work.
But I have something confused while reading at the end of **Metrics** section, you said "One customer, **8 di…
-
module 'tornado.platform.asyncio' has no attribute 'AnyThreadEventLoopPolicy'
-----
*Issues created here on Github are for bugs or feature requests. For usage questions and questions about errors,…
-
### Bug/Feature Request Description
The requested feature is to be able to use the feature matrix transformation from with a Scikit-Learn pipeline. Something like the below:
```python
from skle…
-
### Bug/Feature Request Description
I have some problem when I try to use the featuretools to create new features with my data.
The structure of the data is:
- Input table: the index is the times…
-
I've been getting an error while running calculate_feature_matrix, I'm using a branch that was suggested to me in (https://github.com/Featuretools/featuretools/issues/252), related to a different prob…