Views
No views yet
1import pickle, json
2from huggingface_hub import hf_hub_download
3model = pickle.load(open(hf_hub_download('anuragmishrarock/tourism-wellness-model', 'model.pkl'), 'rb'))
4features = json.load(open(hf_hub_download('anuragmishrarock/tourism-wellness-model', 'feature_names.json')))