ML-model / requirements.txt
sreevidya16's picture
Create requirements.txt
b2f9d46 verified
raw
history blame contribute delete
312 Bytes
scikit-learn==1.3.0 # For Random Forest model and other machine learning tools
numpy==1.25.2 # For numerical operations
pandas==2.0.3 # For data manipulation and analysis
matplotlib==3.7.2 # For plotting and visualizing data
seaborn==0.12.2 # For statistical data visualization (optional)