feature_engineering icon indicating copy to clipboard operation
feature_engineering copied to clipboard

(Under Development) Extract features from text and links. Useful for machine learning algorithms.

Results 7 feature_engineering issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.1.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 3.6.0 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.10.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [nltk](https://github.com/nltk/nltk) from 3.2 to 3.4.5. Changelog Sourced from nltk's changelog. Version 3.5 2020-03-08 add support for Python 3.8 drop support for Python 2 create NLTK's own Tokenizer class distinct...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.9.1 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...

dependencies

File "link.py", line 137, in l = l.extract('https://www.wired.com/2017/05/google-just-made-email-heckuva-lot-easier-deal/') File "link.py", line 74, in extract keywords = k.extract([text], None, None, 'news')[0] File "C:\Users\dinom\Desktop\feature_engineering-master\features\keywords.py", line 187, in extract vectorizer = self.train_tfidf(tokenizer, tfidf_corpus)...

NLTK path as a environment variable

enhancement