Instructions to use LLouis0622/early_warning_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use LLouis0622/early_warning_model with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("LLouis0622/early_warning_model", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
| # ํ์ ๋ผ์ด๋ธ๋ฌ๋ฆฌ | |
| numpy>=1.21.0 | |
| pandas>=1.3.0 | |
| scikit-learn>=1.0.0 | |
| # ๋จธ์ ๋ฌ๋ ๋ชจ๋ธ | |
| xgboost>=1.5.0 | |
| lightgbm>=3.3.0 | |
| # ํด๋์ค ๋ถ๊ท ํ ์ฒ๋ฆฌ | |
| imbalanced-learn>=0.9.0 | |
| # ์๊ฐํ (๋ ธํธ๋ถ์ฉ) | |
| matplotlib>=3.4.0 | |
| seaborn>=0.11.0 | |
| # Jupyter ๋ ธํธ๋ถ | |
| jupyter>=1.0.0 | |
| ipykernel>=6.0.0 | |