Skip to content

AttributeError: 'module' object has no attribute 'MutualInformationFeatureSelector' #26

@ssameeraafrin

Description

@ssameeraafrin

Traceback (most recent call last):
File "mifs.py", line 19, in
class MutualInformationFeatureSelector(object):
File "mifs.py", line 86, in MutualInformationFeatureSelector
import mifs
File "/home/sathya/Downloads/mifs-master/mifs/mifs.py", line 19, in
class MutualInformationFeatureSelector(object):
File "/home/sathya/Downloads/mifs-master/mifs/mifs.py", line 93, in MutualInformationFeatureSelector
feat_selector = mifs.MutualInformationFeatureSelector()
AttributeError: 'module' object has no attribute 'MutualInformationFeatureSelector'

I got this error when I run it
if Ichanged to "from mifs import MutualInformationFeatureSelector" i am getting an import error:cannot import name MutualInformationFeatureSelector

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions