Skip to main content

directly import and convert their relational data into a Featuretools

Project description

Automated creation of EntitySets from relational data stored in SQL databases

PyPI Version Documentation Status Anaconda Version StackOverflow PyPI Downloads


The featuretools_sql library allows you to directly import your relational data into Featuretools to run automated feature engineering.

Installation

Install with pip:

python -m pip install "featuretools[sql]"

or from the Conda-forge channel on conda:

conda install -c conda-forge featuretools

Example

Simply pass in the database connection information:

from featuretools_sql.connector import DBConnector

sql_connector = DBConnector(
    system_name = "mysql",
    host = "127.0.0.1:3306"
    user = "root",
    password = "password",
    database = "db"
) 
entityset = sql_connector.get_entityset()

The entityset object will have the relationships and DataFrames already populated, allowing you to call featuretools.DFS and run automated feature generation.

import featuretools as ft

feature_defs, feature_matrix = ft.dfs(
    entityset=entityset,
    target_entity='target_table_name'
)

We currently supports importing data from the following relational database systems:

  • MySQL
  • PostgreSQL
  • Snowflake

Support

The Featuretools community is happy to provide support to users. Project support can be found in four places depending on the type of question:

  1. For usage questions, use Stack Overflow with the featuretools tag.
  2. For bugs, issues, or feature requests start a Github issue.
  3. For discussion regarding development, use Slack.
  4. For everything else, the core developers can be reached by email at open_source_support@alteryx.com

Built at Alteryx

featuretools_sql is an open source project maintained by Alteryx. To see the other open source projects we’re working on, visit Alteryx Open Source. If building impactful data science pipelines is important to you or your business, please get in touch.

Alteryx Open Source

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

featuretools_sql-0.0.5.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

featuretools_sql-0.0.5-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file featuretools_sql-0.0.5.tar.gz.

File metadata

  • Download URL: featuretools_sql-0.0.5.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for featuretools_sql-0.0.5.tar.gz
Algorithm Hash digest
SHA256 354e91dda4c34d852f31c312f57143538f8e5285d230af616fff390926a9d02f
MD5 e1d2ee2a650b3ade504fd29a992d008d
BLAKE2b-256 6076943c87f0d8ceafaec09db98d9ed8fec0fe4640d73846250cd63abfbf1e26

See more details on using hashes here.

File details

Details for the file featuretools_sql-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for featuretools_sql-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b6f70d182cb83ef7645f3b7b0b5d55b9ca9d5bce28568e21fd6f4b13bcd38ae0
MD5 932588839326dac3c3678086e61f3e95
BLAKE2b-256 46ef8358e3ce627b622d71aa5131b8cae290cfd9a52db8241dc0e7659361ef36

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