Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python-dotenv==1.1.1 # for loading environment variables from .env files
pandas==1.5.3 # for data manipulation
kaggle==1.7.4.5 # for Kaggle api access
seaborn==0.13.2 # for data visualization
scikit-learn==1.5.1 # for machine learning algorithms
scikit-learn==1.6.1 # for machine learning algorithms
scipy==1.10.1 # for scientific computing
shap==0.43.0 # for model interpretability
openpyxl==3.1.5 # for Excel file support from kaggle datasets
Expand Down