File size: 400 Bytes
0f8455a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# Core requirements pandas>=1.3.0 numpy>=1.21.0 scikit-learn>=1.0.0 imbalanced-learn>=0.8.0 xgboost>=1.5.0 joblib>=1.0.0 # Visualization matplotlib>=3.5.0 seaborn>=0.11.0 # Optional (for additional functionality) # (Uncomment if needed) # tensorflow>=2.6.0 # keras>=2.6.0 # lightgbm>=3.3.0 # catboost>=1.0.0 # Jupyter notebook support (if running in notebook) # ipykernel>=6.0.0 # notebook>=6.4.0 |