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

refact: Run ingestion_mediator from cmd line #61

Closed jkwening closed 5 years ago

jkwening commented 5 years ago

Add logic for finding project path in sys.path (PYTHONPATH). Fix typo in source name for bicycle_warehouse. Resolve and handle IndexError for parsing product spects for bicycle_warehouse.

TODO: many product specs failing to parse due to inconsistency in how specifications data is structured. See github issue.