Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
hot fixed pos cash naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Czakon committed Jul 18, 2018
1 parent 3a19a82 commit 4d98ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def _credit_card_balance(credit_card_balance_cleaned, config, train_mode, suffix


def _pos_cash_balance(config, train_mode, suffix, **kwargs):
pos_cash_balance_hand_crafted = Step(name='pos_cash_balance_hand_crafted{}'.format(suffix),
pos_cash_balance_hand_crafted = Step(name='pos_cash_balance_hand_crafted',
transformer=fe.POSCASHBalanceFeatures(**config.pos_cash_balance),
input_data=['pos_cash_balance'],
adapter=Adapter({'pos_cash': E('pos_cash_balance', 'X')}),
Expand Down

0 comments on commit 4d98ccf

Please sign in to comment.