-
Hey,
in the notebook, when using:
clf.fit(X, y)
top_features = utils.feature_importances(clf, features_encoded, n=20)
we introduce data leakage, since we select the features on the …
-
I am using official prediction of customer churn example from [here](https://github.com/Featuretools/predict-customer-churn/blob/main/churn/3.%20Feature%20Engineering.ipynb)
For quick experimentati…
-
### Improve EntitySet equality Checks
#### Bug/Feature Request Description
The current Featuretools code uses a custom `_dataframes_equal` function to check for equality between dataframes, rath…
-
#### Bug/Feature Request Description
```
In [1]: import featuretools as ft …
-
Hello,
I am going to evaluate some frameworks on feature engineering automation. And I read some notebooks on featuretools. I am really attracted by the entityset concept. And here are some questio…
-
Is it possible to replicate the notebook code from step 3. I don't see the cutoff dates csv in kaggle? Do you know where it is?
https://github.com/Featuretools/predict-customer-churn/blob/main/churn/…
-
Hi there,
i ran into an issue when trying to build this Dockerfile:
```
mkdir: cannot create directory ‘/home/jovyan/.jupyter’: File exists
The command '/bin/sh -c mkdir /home/$NB_USER/.jupyter'…
-
Trane needs an easier way to add customize operations. Currently, external plugin operations are not allowed. The bottleneck is we need to maintain a list of operations so that we can save, load, and …
-
The Dask documentation suggests [using Dask Dataframes.](https://docs.dask.org/en/latest/best-practices.html#load-data-with-dask). Is this even possible using Woodwork? Is it worth it?
-
Does featuretools directly support multiple join keys?