Skip to content
#

feature-engineering

Here are 1,000 public repositories matching this topic...

abfreiheit
abfreiheit commented Aug 4, 2020

Python SDK client library is not compatible with the most popular DS installations in GCP.
I was using !pip install feast together with standard Jupyter notebook installations for TensorFlow 1.15.0 and 2.2.0.

In both cases the installations end up with the following errors:

Collecting feast
  Downloading feast-0.6.2-py3-none-any.whl (116 kB)
     |████████████████████████████████| 11
evalml
dsherry
dsherry commented May 13, 2021

Background
In #2222 @jeremyliweishih updated the highly null data check to warn if individual rows exceed a threshold percentage of nulls. Currently that threshold is the same as the one used for checking columns in the same manner.

Proposal
Let's have separate thresholds for pct null rows vs pct null columns. That'll make it easy to tinker with the behavior on real data, in case we decid

Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.

  • Updated Nov 29, 2020
  • Jupyter Notebook
Hyperactive

Improve this page

Add a description, image, and links to the feature-engineering 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 feature-engineering topic, visit your repo's landing page and select "manage topics."

Learn more