/usr/local/lib/python3.8/site-packages/sklearn/linear_model/_base.py in decision_function(self, X) 284 n_features = self.coef_.shape[1] 285 if X.shape[1] != n_features:--> 286 raise ValueError("X has %d features per sample; expecting %d" 287 % (X.shape[1], n_features)) 288 ValueError: X has 11 features per sample; expecting 9ERROR: Job failed: command terminated with exit code 1