Roy Wedge

Results 28 issues of Roy Wedge

This was using koalas 1.8.1 ```python >>> import databricks.koalas as ks >>> series = ks.Series(['a', 'b', 'c', 'a']) >>> cat_series = series.astype('category') >>> series.pop(0) 'a' >>> cat_series.pop(0) 0 >>> cat_series...

For a given target_entity, generate a list of recommended primitives for use based on the structure of the data

new feature

* Use woodwork's `dependence` method to calculate correlations or logic behind the `dependence` function * Improve decision making for which feature to keep. Lowest depth feature with some other metric...

In a special case that can occur while using the `approximate` option when calculating a feature matrix, transform features with primitives that have the `uses_calc_time` attribute (TimeSince is the only...

bug

Pytest recommends using `tmp_path` over `tmpdir`: https://docs.pytest.org/en/latest/how-to/tmp_path.html#the-tmpdir-and-tmpdir-factory-fixtures

Release notes check currently doesn't recognize release candidate branch names

A current limitation to `get_valid_primitives` is that it expects every primitive returned by `get_transform_primitives` and `get_aggregation_primitives`. It will try to initialize a primitive without specifying an args, and doesn't handle...

needs design

URL to the linked Repo/Org: https://github.com/alteryx/autonormalize Steps to reproduce the problem: 1. Click the edit icon on a linked repository 2. Click on the "Paste a URL from a Gist"...

bug