Jan 1, 2022
This is an example of implementing a custom feature engineer as a scikit-learn
column transformer object.
# modeling/feature_engineering.py
import pandas as pd
# tests/modeling/test_feature_engineering.py
import unittest
import pandas as pd