UBC-MDS / fifa-potential

Supervised machine learning model to predict potential rating of players in FIFA 22
https://ubc-mds.github.io/fifa-potential/high-potential-fifa-prediction-report.html
Other
0 stars 0 forks source link

Environment file versions #14

Closed srfrew closed 7 months ago

srfrew commented 7 months ago

I've noticed that our environment files doesn't contain pinned versions. I believe an earlier revision had this and missed the change.

Can we move back to pinned versions to ensure reproducibility?

srfrew commented 7 months ago

@meretelutz

meretelutz commented 7 months ago

Good catch! I'll open up a new branch and add the package versions back in

meretelutz commented 7 months ago

Updated the file, please test it out on y'all's machines and let me know if any issues come up!

meretelutz commented 7 months ago

Run this line of code when you are in your local version of the repo conda env create --file environment.yaml