hpr2906 :: Feature Engineering for Data-Driven Decision Making
In this episode, I explain feature engineering, and how it can be used to make decisions
Hosted by Mr. Young on Monday, 2019-09-23 is flagged as Clean and is released under a CC-BY-SA license.
data.
2.
The show is available on the Internet Archive at: https://archive.org/details/hpr2906
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:16:46
general.
Example of the input data
Client name | Date ordered |
---|---|
Client 1 | 2019-01-01 |
Client 1 | 2019-01-01 |
Client 3 | 2019-01-01 |
Client 3 | 2019-01-01 |
Example of the engineered features
Client name | volume | last order date | first order date | days since last order |
---|---|---|---|---|
Client 1 | 292 | 2019-09-03 | 2015-03-04 | 10 |
Client 2 | 18 | 2019-09-09 | 2019-09-04 | 4 |
Client 3 | 300 | 2019-08-16 | 2016-11-15 | 28 |