【问题标题】:No module named 'feature_engine.missing_data_imputers'No module named \'feature_engine.missing_data_imputers\'
【发布时间】:2022-12-01 14:56:16
【问题描述】:
from feature_engine.missing_data_imputers import RandomSampleImputer

When I tried to run this command I got an error "No module name 'feature_engine.missing_data_imputers'"

However, I have installed feature engine using the command "pip install feature-engine". It showed me I have successfully installed "feature-engine-1.4.1"

Any help would be appreciated.

【问题讨论】:

    标签: pandas dataframe feature-engineering


    【解决方案1】:
    from feature_engine.imputation import MeanMedianImputer
    

    I had this issue and I solved it by referring the documentation of feature-engine.

    【讨论】:

      猜你喜欢
      • 2022-12-27
      • 2017-10-16
      • 2022-12-27
      • 2022-12-27
      • 2022-12-19
      • 2015-09-10
      • 2012-08-12
      • 2020-02-10
      • 2011-10-19
      相关资源
      最近更新 更多