Satyanjay/Tourism_Project_Processed
Viewer • Updated • 4.13k • 11
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.htmlThis model predicts whether a customer will purchase the Wellness Tourism Package.
Use huggingface_hub to download and load the model.