-
### Fix performance regression in calculate_feature_matrix
Integration of Woodwork into Featuretools has caused an increase in time required to complete calculate feature matrix. An initial investiga…
-
```python
import woodwork as ww
import pandas as pd
import numpy as np
from evalml.pipelines.components import Imputer
df = ww.DataTable(pd.DataFrame({
"all nan": [np.nan, np.nan, np.nan…
-
Unable to add relationship because LotArea_LandContour in LotArea_LandContour is Pandas dtype int32 and LotArea_LandContour in index is Pandas dtype int64.
-
In general, I'm interested in using this format as a standard for training/re-training deep jet taggers. So it'd be nice to have a complete set of inputs (enabled with some flag).
- For DeepDoubleX…
-
Currently woodwork will detect data of the form
```
$1.234
$5.678
...
```
as "Natural Language". It would be helpful if we created a currency type so that this sort of data gets picked up as numeric b…
-
As a user, I wish Woodwork would automatically fallback to nullable types if I attempt to initialize using a non-nullable logical type on data that contains null values, raising a warning to notify me…
-
With Pandas version 2.1.0 released on August 30th, the package no longer supports Python versions below 3.9.
We missed this for a long time because the majority of our testing (including all tests…
-
- Using this [dataset.csv.zip](https://github.com/FeatureLabs/autonormalize/files/4418093/dataset.csv.zip)
```python
import pandas as pd
import autonormalize as an
data = pd.read_csv('dataset.…
-
## Short description
## Output
```
WARNING conflict was found
————————————————————————————————————————————————————————————————————————————————
scipy==1.2.2,>=0.13.3
+ * goes from my…
-
While converting Primitives to use Woodwork for their input and return types, there seems to be some common optimizations that can/should be used to define the best input and return types for a primit…