Skip to content
#

feature-engineering

Here are 611 public repositories matching this topic...

CJStadler
CJStadler commented Jul 23, 2019

For example, if there is a relationship transaction.session_id -> sessions.id and we are calculating a feature transactions: sessions.SUM(transactions.value) any rows for which there is no corresponding session should be given the default value of 0 instead of NaN.

Of course this should not normally occur, but when it does it seems more reasonable to use the default_value.

`DirectF

ghk829
ghk829 commented May 30, 2019

I run this code

import os
os.environ['is_test_suite']="True" # this is writen due to bug for multiprocessing and pickling I issued. #426 
from auto_ml import Predictor
from auto_ml.utils import get_boston_dataset
from auto_ml.utils_models import load_ml_model

# Load data
df_train, df_test = get_boston_dataset()

# Tell auto_ml which column is 'output'
# Also note columns t
woop
woop commented Apr 29, 2020

This issue follows #463 which has a partial implementation in #536.

One additional PR is needed to get #436 into a consistent and complete state for end users. Currently #536 makes changes to Feast Core by adding support for labels to feature sets and features, but it doesn't add support for labels to feature sets in the Python SDK.

The task here is to add this support and update any end-to

hyperparameter_hunter
HunterMcGushion
HunterMcGushion commented Feb 19, 2019
  • Unable to supply validation_data to a Keras CVExperiment via model_extra_params[“fit”]
  • This is because HyperparameterHunter automatically sets validation_data to be the OOF data produced by the cross validation scheme
  • I can imagine this would be unexpected behavior, so I’d love to hear any thoughts on how to clear this up

Note

  • This issue (along with several others) was ori
RemixAutoML

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

You can’t perform that action at this time.