jkwening / bike-price-predictor

Machine learning project that given bike information will predict price and evaluate value comparatively to a listed price.
GNU General Public License v3.0
1 stars 0 forks source link

Ingestion - Mediator pattern and load to database #26

Closed jkwening closed 5 years ago

jkwening commented 5 years ago

Add unit tests to ensure changes to ingestion modules are still performant. Generally, all functions work as expected but run into an issue with duplicate primary keys for products mapped to different bike types in competitive site. This implies, can no longer assume uniqueness across bike types.

Requirements in #15 fulfilled: