Skip to content

Commit 01278dd

Browse files
Add requirements.txt for Rainfall Prediction project
Includes all necessary Python libraries for the Rainfall Prediction ML pipeline, such as pandas, numpy, scikit-learn, xgboost, matplotlib, and seaborn. Ensures reproducible environment for running the notebook
1 parent f6003a3 commit 01278dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pandas
2+
numpy
3+
matplotlib
4+
seaborn
5+
scikit-learn
6+
xgboost

0 commit comments

Comments
 (0)