def load_model(self):
self.scaler = joblib.load("data_analysis/scaler.pkl")
self.model = joblib.load("data_analysis/model.pkl")
# Processes the given article and stores the results in the queue
文章目录