Hello! Similar to others, I've just gotten an "invalid entry" for a model that passed the fast lane. Would it be possible to get the logs for submission 9724548? Thanks! Jon

Created by Jonathan Schor jsschor
Hi @jsschor , For submission ID 9724548, the following error was received: ``` Traceback (most recent call last): File "dream_earlyfinaldockercodeSVM.py", line 113, in y_hat = finalModel.predict_proba(df)[:,1] File "/usr/local/lib/python3.7/site-packages/sklearn/utils/metaestimators.py", line 113, in out = lambda *args, **kwargs: self.fn(obj, *args, **kwargs) # noqa File "/usr/local/lib/python3.7/site-packages/sklearn/pipeline.py", line 535, in predict_proba Xt = transform.transform(Xt) File "/usr/local/lib/python3.7/site-packages/sklearn/preprocessing/_data.py", line 980, in transform force_all_finite="allow-nan", File "/usr/local/lib/python3.7/site-packages/sklearn/base.py", line 585, in _validate_data self._check_n_features(X, reset=reset) File "/usr/local/lib/python3.7/site-packages/sklearn/base.py", line 401, in _check_n_features f"X has {n_features} features, but {self.__class__.__name__} " ValueError: X has 1859 features, but StandardScaler is expecting 1858 features as input. ``` Hope this helps!

Error logs for invalid entry page is loading…