Roy Wedge

Results 30 comments of Roy Wedge

Hi @albangabillon , thanks for the error report. Could you post the full stack trace of the error you encountered?

It looks to be an issue with handling the underlying datatypes while creating the entityset. Are you able to share this data so I could try to replicate?

Hi, I didn't get the attached file but I presume it was the "House Prices: Advanced Regression Techniques" contest. Two more questions 1. Is `load_housing_data("train.csv")` a `pd.read_csv` call? 2. Can...

This seems related to FeatureLabs/featuretools/issues/841. It would be good to include a way to get the stack trace of the failed import, after receiving the warning.

@thehomebrewnerd changing the variable we normalized on to `Id` type is standard featuretools behavior. I think the logic is that we now know this variable can be treated as a...

@j-grover sorry for the delay on the review, are you interested in updating the tests?

@Kryvonis in order for the CLA bot to work correctly it needs the author email on the commits to match an email linked with your github account

I think we should start by identifying scenarios where the DFS refactor did not improve performance

Hi @dehiker, thanks for the report. A few questions What version of the `fsspec` library do you have installed? There have been some issue with `fsspec==2022.8.0`. [This section](https://featuretools.alteryx.com/en/stable/guides/performance.html#Using-persistent-cluster) of the...

Hi @dehiker That version of `fsspec` should be fine. Do you have a rough outline you could share of the loop you are trying? The dashboard also needs the `bokeh`...