Skip to content
Snippets Groups Projects
Commit 1774f3fc authored by Andreas Mueller's avatar Andreas Mueller
Browse files

fixed missing import from too much cherry picking.

parent bb71d2d5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
"""Recursive feature elimination for feature ranking"""
import warnings
import numpy as np
from ..utils import check_X_y, safe_sqr
from ..utils.metaestimators import if_delegate_has_method
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment