Instructions to use Satyanjay/Tourism_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use Satyanjay/Tourism_Model with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("Satyanjay/Tourism_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
Upload best_model.pkl with huggingface_hub
Browse files- best_model.pkl +3 -0
best_model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea9bcfb6231e61309a8ca80988597a1fd4de6fca4b852b167ed9a564b24e42d7
|
| 3 |
+
size 7115769
|