Skip to content
Open
Show file tree
Hide file tree
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 10_Dimensionality_Reduction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib==3.2.1
numpy==1.18.4
numpy==1.22.0
pandas==1.0.3
scikit_learn==0.23.2
2 changes: 1 addition & 1 deletion 11_Model_Selection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas==1.0.3
matplotlib==3.2.1
numpy==1.18.4
numpy==1.22.0
scikit_learn==0.23.2
xgboost==1.2.0
2 changes: 1 addition & 1 deletion 3_Regression/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas==1.0.3
numpy==1.18.4
numpy==1.22.0
matplotlib==3.2.1
scikit_learn==0.23.2
statsmodels==0.12.0
2 changes: 1 addition & 1 deletion 4_Classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib==3.3.2
numpy==1.19.2
numpy==1.22.0
pandas==1.1.2
scikit-learn==0.23.2
2 changes: 1 addition & 1 deletion 5_Clustering/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas==1.0.3
matplotlib==3.2.1
scipy==1.4.1
numpy==1.18.4
numpy==1.22.0
scikit_learn==0.23.2
2 changes: 1 addition & 1 deletion 6_Association_Rule/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.18.4
numpy==1.22.0
pandas==1.0.3
matplotlib==3.2.1
apyori==1.1.2
2 changes: 1 addition & 1 deletion 7_Reinforcement_Learning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy==1.18.4
numpy==1.22.0
pandas==1.0.3
matplotlib==3.2.1
2 changes: 1 addition & 1 deletion 8_Natural_Language_Processing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nltk==3.5
pandas==1.0.3
numpy==1.18.4
numpy==1.22.0
matplotlib==3.2.1
scikit_learn==0.23.2
2 changes: 1 addition & 1 deletion 9_Deep_Learning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib==3.2.1
pandas==1.0.3
numpy==1.18.4
numpy==1.22.0
keras==2.4.3
scikit_learn==0.23.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apyori==1.1.2
Keras==2.4.3
Keras-Preprocessing==1.1.2
nltk==3.5
numpy==1.18.5
numpy==1.22.0
pandas==1.1.2
scikit-learn==0.23.2
scipy==1.5.2
Expand Down