-
I just ran following code in CoLab and got "Worker failed to start error", any help please!
```import pandas as pd
import featuretools as ft
df = pd.DataFrame({'df_index' : [1,2,3,4,5],
…
-
```
from pyarrow.feather import read_feather
target = read_feather("../input/gstore-2-prep/target.feather")
# Bug: featuretools doesn't like datetime64[ns, UTC]
target.cut_off_time = target.cu…
dah33 updated
5 years ago
-
Facing this issue using Google Colab
```python
# Install libraries - you might need to restart the runtime after doing this
!pip install turicreate==5.6
# The wrong version of mxnet will be insta…
-
When I ran your notebook Automated Engine Life.ipynb
cell [in] 5, I got error messages 'ike this:
tornado.application - ERROR - Exception in Future after timeout
Traceback (most recent call las…
-
Featuretools' `dfs()` method fails to run on my entity set after upgrading from v0.1.21 to v0.2.x and v0.3.0.
The error is raised when the Pandas backend tries to calculate the aggregate features `…
-
I'm a new user of featuretools and so far it's been awesome. The documentation is way above par for open source and it seems has a lot of potential to help me with my ml projects.
While trying to …
-
```{r}
as_entityset(data.frame(a = 1:3))
> 2018-12-24 01:26:37,591 featuretools.entityset - WARNING index True not found in dataframe, creating new integer column
Error in py_call_impl(callabl…
-
### Different results for same primitives and different max_depth in featuretools.dfs
When using different max_depth I get different results for the same combinations of primitives. Which I think s…
-
I'm trying to calculate my feature matrix using the following code which runs fine but takes a lot of time to generate.
```
feature_matrix, features_defs = ft.dfs(entityset=self.es,
…
-
Hello,
I want to ask that whether Sktorch work well with Auto-sklearn, tpot and featuretools ? Thank you !