We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf25172 commit 9c1a4d7Copy full SHA for 9c1a4d7
1 file changed
requirements/base.txt
@@ -9,9 +9,9 @@ python-dotenv==1.1.1 # for loading environment variables from .env files
9
pandas==1.5.3 # for data manipulation
10
kaggle==1.7.4.5 # for Kaggle api access
11
seaborn==0.13.2 # for data visualization
12
-scikit-learn # for machine learning algorithms
+scikit-learn==1.5.1 # for machine learning algorithms
13
scipy==1.10.1 # for scientific computing
14
-shap==0.48.0 # for model interpretability
+shap==0.43.0 # for model interpretability
15
openpyxl==3.1.5 # for Excel file support from kaggle datasets
16
17
# Azure ML SDK - essential components only
0 commit comments