Skip to main content

No project description provided

Project description

NLP Primitives

CircleCI

nlp_primitives is a Python library with Natural Language Processing Primitives, intended for use with Featuretools. nlp_primitives allows you to make use of textual data in your machine learning pipeline in the same pipeline as the rest of your data.

Install

pip install 'featuretools[nlp_primitives]'

Calculating Features

With nlp_primitives primtives in featuretools, this is how to calculate the same feature.

from featuretools.nlp_primitives import PolarityScore

data = ["hello, this is a new featuretools library",
        "this will add new natural language primitives",
        "we hope you like it!"]

pol = PolarityScore()
pol(data)
0    0.365
1    0.385
2    1.000
dtype: float64

Combining Primitives

In featuretools, this is how to combine nlp_primitives primitives with built-in or other installed primitives.

import featuretools as ft
from featuretools.nlp_primitives import TitleWordCount
from featuretools.primitives import Mean

entityset = ft.demo.load_retail()
feature_matrix, features = ft.dfs(entityset=entityset, target_entity='products', agg_primitives=[Mean], trans_primitives=[TitleWordCount])

feature_matrix.head(5)
           MEAN(order_products.quantity)  MEAN(order_products.unit_price)  MEAN(order_products.total)  TITLE_WORD_COUNT(description)
product_id
10002                         16.795918                          1.402500                   23.556276                           3.0
10080                         13.857143                          0.679643                    8.989357                           3.0
10120                          6.620690                          0.346500                    2.294069                           2.0
10123C                         1.666667                          1.072500                    1.787500                           3.0
10124A                           3.2000                            0.6930                      2.2176                           5.0

Feature Labs

Featuretools

NLP Primitives is an open source project created by Feature Labs. To see the other open source projects we're working on visit Feature Labs Open Source. If building impactful data science pipelines is important to you or your business, please get in touch.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nlp_primitives-0.2.2.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

nlp_primitives-0.2.2-py3-none-any.whl (22.5 kB view details)

Uploaded Python 3

File details

Details for the file nlp_primitives-0.2.2.tar.gz.

File metadata

  • Download URL: nlp_primitives-0.2.2.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3

File hashes

Hashes for nlp_primitives-0.2.2.tar.gz
Algorithm Hash digest
SHA256 acc8014ae6a2c1c635242054f5a11f00cbae8d866323097e67d7b0687329d66c
MD5 1ac32e96a816c41b8fa95cb0a2aaa427
BLAKE2b-256 795a1e33cb9e8d09521c176d6d766d13dc481bcf7db0356f225c9a608282efb4

See more details on using hashes here.

File details

Details for the file nlp_primitives-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: nlp_primitives-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 22.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3

File hashes

Hashes for nlp_primitives-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2b87cd84603bad13c364ddd762dd8773ad86bf3e2ac0418a283e752ece92162c
MD5 c48f6e098a027976e77bf75bdc803351
BLAKE2b-256 6bfc590e1d24a84ed72d924b347933954afc829fc9d8d5488fb49a744e8c726c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page