06b92ec 068afd6
1
2
3
4
!pip install sklearn import pickle with open("earthquake_model.pkl", 'rb') as file: loaded_model = pickle.load(file)