Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Jun 6, 2024
1 parent ceee292 commit d095fb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sknnr_spatial/image/ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def predict(
estimator: ImageEstimator[BaseEstimator],
) -> NDArray:
"""Predict attributes from an array of X_image."""
# TODO: Deal with sklearn warning about missing feature names
y_pred_flat = estimator._wrapped.predict(self.preprocessor.flat)

# Reshape from (n_samples,) to (n_samples, 1)
Expand Down

0 comments on commit d095fb4

Please sign in to comment.