File size: 86 Bytes
5a6f531
 
 
 
1
2
3
4
import pickle 

file_name = 'TSPI_model.sav'
model = pickle.load(open(file_name,'rb'))