autonormalize icon indicating copy to clipboard operation
autonormalize copied to clipboard

python library for automated dataset normalization

Results 21 autonormalize issues
Sort by recently updated
recently updated
newest added

Reproducible example: ```python import pandas as pd import featuretools as ft from featuretools.variable_types import IPAddress from autonormalize import autonormalize as an input_df = pd.DataFrame( { 'ip_address': ['128.101.101.101', '1.120.0.0', '17.86.21.0', '23.1.23.255'],...

Hi, Can we use auto-normalize to find subset of correlated features with in the dataframe. I was experimenting with a small dataset with 1000 observations and 300 columns. But the...

Hi, I was trying to use your library in Kaggle but I couldn't, I've found that featuretools is installed but if I try to import as below: from featuretools.autonormalize import...

Inefficient but straight forward right now. Definitely a more efficient math-heavy way to do it.

enhancement

Add functionality such that an entity in an EntitySet with more than one entity can be normalized. - user specifies which entity they want normalize - new EntitySet is created...

enhancement

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.4.5 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @​anntzer in jupyter/nbconvert#1723 Adopt...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.8.1 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...

dependencies

I'm getting this error, I've cross checked that the entire library in installed, and restarted the kernel several times. Please help.

Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...

Bumps [ipython](https://github.com/ipython/ipython) from 7.16.3 to 8.10.0. Release notes Sourced from ipython's releases. See https://pypi.org/project/ipython/ We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/ Commits 15ea1ed release 8.10.0 560ad10...

dependencies