UBC-MDS / airline-customer-satisfaction-predictor

MIT License
1 stars 0 forks source link

Add Conda Lock File and Environment YAML for Project Reproducibility #6

Closed AzinPiran closed 3 days ago

AzinPiran commented 4 days ago

To enhance the reproducibility and usability of our project, I propose adding the following files: environment.yml This file will specify the required dependencies and their versions, making it easier for collaborators to set up the project environment consistently across different systems.

conda-lock.yml This file will lock exact dependency versions, ensuring that environments created from the environment.yml file are identical, even if dependency updates occur in the future.

@cs-uche , please let me know which libraries exactly you were using for your data modeling.

cs-uche commented 4 days ago

This is a great suggestion @AzinPiran I reviewed the code and @shengjiayuu has included an environment.yml file. This can be used to create a conda-lock file.

cs-uche commented 3 days ago

11 - conda-lock.yml and environment.yml file created to enhance the reproducibility.

Please review.

I will be closing this issue since it has been resolved.