Code: Select all
from skfda.preprocessing.dim_reduction import variable_selection
import skfda
mrmr = variable_selection.MinimumRedundancyMaximumRelevance(n_features_to_select=70,method="MIQ")
< /code>
Exception has occurred: ImportError
cannot import name '\_check_array_key' from 'skfda.\_utils' (c:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\site-packages\skfda\\\_utils\\\_\_init\_\_.py)
File "D:\ShiroSnipee\Study\Python\Project\sample.py", line 68, in
mrmr = variable_selection.MinimumRedundancyMaximumRelevance(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: cannot import name '\_check_array_key' from 'skfda.\_utils' (c:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\site-packages\skfda\\\_utils\\\_\_init\_\_.py)