The Wayback Machine - https://web.archive.org/web/20220704233018/https://github.com/topics/featuretools
Skip to content
#

featuretools

Here are 15 public repositories matching this topic...

woodwork
tamargrey
tamargrey commented Aug 30, 2021
  • As a user, I wish I could access a table's column schema with a column_schemas attribute that is a dictionary of column schemas.
df.ww.column_schemas

This could be useful for helping users understand that they can df.ww.column_schemas[col] instead of df.ww[col].schema better than the columns attribute does.

We should not remove the columns attribute so we don't

good first issue new feature
Home-Credit-Default-Risk-Recognition

The project provides a complete end-to-end workflow for building a binary classifier in Python to recognize the risk of housing loan default. It includes methods like automated feature engineering for connecting relational databases, comparison of different classifiers on imbalanced data, and hyperparameter tuning using Bayesian optimization.

  • Updated Jul 1, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the featuretools topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the featuretools topic, visit your repo's landing page and select "manage topics."

Learn more