Python and R code used for Case Seminar 2024
The structure and order of this zip-file is as follows:
- README file
- Code for creation of the dataset (Code Dataset Creation.py) - Python code used for importing the data and all data preprocessing techniques (feature engineering, external data, missing values, aggregation, etc)
- Code for the four models we used: Logistic Regression (Python), XGBoost (Python), RSF (folder with both R and Python files), LSTM (folder with Python files)
- Code for generating plots from our results (Python)