sreevidya16 commited on
Commit
4dde8f7
1 Parent(s): 3889369

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ scikit-learn==1.3.0 # For Random Forest model and other machine learning tools
2
+ numpy==1.25.2 # For numerical operations
3
+ pandas==2.0.3 # For data manipulation and analysis
4
+ matplotlib==3.7.2 # For plotting and visualizing data
5
+ seaborn==0.12.2 # For statistical data visualization (optional)