Instructions to use MichaelYitzchak/Linkedin_Job_Engagement with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use MichaelYitzchak/Linkedin_Job_Engagement with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("MichaelYitzchak/Linkedin_Job_Engagement", "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
Update requirements (1).txt
Browse files- requirements (1).txt +1 -0
requirements (1).txt
CHANGED
|
@@ -4,3 +4,4 @@ scikit-learn
|
|
| 4 |
joblib
|
| 5 |
matplotlib
|
| 6 |
seaborn
|
|
|
|
|
|
| 4 |
joblib
|
| 5 |
matplotlib
|
| 6 |
seaborn
|
| 7 |
+
gradio
|