Skip to content

No module named 'regression' #10

@dealdata

Description

@dealdata

Hi,
I am getting below error while initializing. Please advise the solution

FYI - All libraries are updated with latest version


ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 from hunga_bunga import HungaBungaClassifier, HungaBungaRegressor, HungaBungaZeroKnowledge

~\Anaconda3\lib\site-packages\hunga_bunga_init_.py in ()
4 from multiprocessing import cpu_count
5 from sklearn.base import BaseEstimator
----> 6 from regression import HungaBungaRegressor
7 from classification import HungaBungaClassifier
8

ModuleNotFoundError: No module named 'regression'

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