This is our repository for the BIS Capstone project 2024 in cooperation with the Porsche AG. The repository contains our models, preprocessing and utility functions.
The dataset for the task is given by Porsche and contained 1440 rows and 2369 columns. The data was partly internal data from Porsche and partly publicly available data about 4 different markets.
The main task is to predict the order intakes from a specific market for a specific vehicle group.
Place the data csv file in the data folder. We cannot commit it to the repo.
The src directory contains our models and their training pipelines as well as preprocessing and utility functions.