Skip to content

Add Featuretools to Pandas Ecosystem Page #21297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2018
Merged

Conversation

kmax12
Copy link
Contributor

@kmax12 kmax12 commented Jun 2, 2018

Adding a library for automated feature engineering that is built on top of Pandas that I think would be very relevant to users of pandas.

More info on our website (https://www.featuretools.com/) and GitHub (https://github.com/featuretools/featuretools/).

@codecov
Copy link

codecov bot commented Jun 2, 2018

Codecov Report

Merging #21297 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #21297      +/-   ##
==========================================
+ Coverage   91.85%   91.85%   +<.01%     
==========================================
  Files         153      153              
  Lines       49546    49548       +2     
==========================================
+ Hits        45509    45511       +2     
  Misses       4037     4037
Flag Coverage Δ
#multiple 90.25% <ø> (ø) ⬆️
#single 41.87% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/indexes/interval.py 93.16% <0%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4274b84...ed7a098. Read the comment docs.


Featuretools is a Python library for automated feature engineering built on top of pandas. It excels at transforming transactional and relational datasets into feature matrices for machine learning using reusable feature engineering "primitives". Users can contribute their own primitives in python and share them with the rest of the community.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is meant with "transactional" in this context?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is being used as a synonym for "time series". we use the word transactional here to highlight that the data could be an irregular time series. for example, a series of customer behaviors on a website. happy to make it just time series in this description.

@jreback jreback added the Docs label Jun 5, 2018
@jreback jreback added this to the 0.23.1 milestone Jun 5, 2018
@jreback jreback merged commit 67e6e6f into pandas-dev:master Jun 5, 2018
@jreback
Copy link
Contributor

jreback commented Jun 5, 2018

thanks!

TomAugspurger pushed a commit to TomAugspurger/pandas that referenced this pull request Jun 12, 2018
TomAugspurger pushed a commit that referenced this pull request Jun 12, 2018
david-liu-brattle-1 pushed a commit to david-liu-brattle-1/pandas that referenced this pull request Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants